Added npm scripts for gulp tasks

master
Futago-za Ryuu 7 years ago
parent dcf9790da0
commit b926be7d71

@ -44,7 +44,13 @@
"bin": "bin/pegjs", "bin": "bin/pegjs",
"repository": "pegjs/pegjs", "repository": "pegjs/pegjs",
"scripts": { "scripts": {
"test": "gulp" "lint": "gulp lint",
"spec": "gulp test",
"test": "gulp",
"benchmark": "gulp benchmark",
"browser:build": "gulp browser:build",
"browser:clean": "gulp browser:build",
"parser": "gulp parser"
}, },
"devDependencies": { "devDependencies": {
"babel-preset-es2015": "6.14.0", "babel-preset-es2015": "6.14.0",

Loading…
Cancel
Save