Skip to content

Commit

Permalink
chore: More browser fixes (#364)
Browse files Browse the repository at this point in the history
* browser support

* package.json browser property to ignore dependencies in browser

* package.json browser property

* dont ignore path
  • Loading branch information
cancerberoSgx authored and dsherret committed Jul 16, 2018
1 parent 03c1ebe commit a3eb4aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,18 @@
},
"standard-version": {
"tagPrefix": ""
},
"browser": {
"fs": false,
"os": false,
"fs.realpath": false,
"fs-extra": false,
"dir-glob": false,
"graceful-fs": false,
"fast-glob": false,
"source-map-support": false,
"globby": false,
"glob-parent": false,
"glob": false
}
}

0 comments on commit a3eb4aa

Please sign in to comment.