Skip to content

Commit

Permalink
fix: fix path join swap
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 31, 2020
1 parent 6864c27 commit b538ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"browser": {
"fs-extra": false,
"./src/text-encoder.js": "./src/text-encoder.browser.js",
"./src/temp-dir.js": "./src/temp-dir.browser.js"
"./src/temp-dir.js": "./src/temp-dir.browser.js",
"./src/path-join.js": "./src/path-join.browser.js"
},
"repository": "github:ipfs/js-ipfs-utils",
"scripts": {
Expand Down

0 comments on commit b538ee4

Please sign in to comment.