Skip to content

Commit

Permalink
Fix the paths in "browser" field in package.json
Browse files Browse the repository at this point in the history
Those paths are relative to `package.json`, and the files are in the `lib` directory.
  • Loading branch information
LMLB authored and ashtuchkin committed Apr 7, 2018
1 parent 9a6ad95 commit b8faf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -41,8 +41,8 @@
"test": "mocha --reporter spec --grep ."
},
"browser": {
"./extend-node": false,
"./streams": false
"./lib/extend-node": false,
"./lib/streams": false
},
"devDependencies": {
"mocha": "^3.1.0",
Expand Down

0 comments on commit b8faf36

Please sign in to comment.