Use path to webpack for postinstall

This commit is contained in:
Ray Schamp 2016-09-20 16:25:24 -04:00
parent 278cddf04e
commit a6c8be8226

View file

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