Improve package.json

This commit is contained in:
Alex Dima 2018-07-03 12:09:27 +02:00
parent ebe8c27add
commit 5569d6fa18

View file

@ -4,6 +4,6 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "../node_modules/.bin/webpack --config webpack.config.js"
"test": "node ../node_modules/webpack/bin/webpack.js --config webpack.config.js"
}
}