Skip to content

Commit

Permalink
Fix #986: Exclude node-specific packages in browser bundlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Feb 23, 2016
1 parent 9f90659 commit 27badf5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
"stats.js": "0.0.14-master",
"straps": "^1.9.0"
},
"browser": {
"canvas": false,
"jsdom": false,
"source-map-support": false,
"./dist/node/window.js": false,
"./dist/node/extend.js": false
},
"keywords": [
"vector",
"graphic",
Expand Down

0 comments on commit 27badf5

Please sign in to comment.