Skip to content

Commit

Permalink
fix: use dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemurray committed Feb 15, 2018
1 parent 86d3f98 commit e62cea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/node/index.js",
"browser": "./dist/browser/index.js",
"directories": {
"src": "src"
"dist": "dist"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit e62cea0

Please sign in to comment.