Merge pull request from rschamp/build-dist

Use path to webpack for postinstall
This commit is contained in:
Ray Schamp 2016-09-20 16:48:10 -04:00 committed by GitHub
commit 201ceaba77

View file

@ -11,7 +11,7 @@
},
"main": "./dist.js",
"scripts": {
"postinstall": "webpack",
"postinstall": "./node_modules/.bin/webpack",
"test": "make test"
},
"dependencies": {