use npm, not ./node_modules/.bin/webpack

master
Matt Huntington 9 years ago
parent 034f208977
commit 1683dd77d1

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "build": "webpack"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save