diff --git a/package.json b/package.json index 0406488..2a31b1f 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ }, "scripts": { "start": "node index.js", - "build": "./node_modules/gulp/bin/gulp.js", - "gulp": "./node_modules/gulp/bin/gulp.js", - "eslint": "./node_modules/eslint/bin/eslint.js js/ src/ components/", + "build": "node ./node_modules/gulp/bin/gulp.js", + "gulp": "node ./node_modules/gulp/bin/gulp.js", + "eslint": "node ./node_modules/eslint/bin/eslint.js js/ src/ components/", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": {