From b926be7d717a5125179448cf328c6efc1fb591c8 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 20 Aug 2017 08:05:30 +0100 Subject: [PATCH] Added npm scripts for gulp tasks --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 227fe7b..eb45922 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,13 @@ "bin": "bin/pegjs", "repository": "pegjs/pegjs", "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": { "babel-preset-es2015": "6.14.0",