From eea5b6ff11602dd7f70e03a12d99b061febc9d9a Mon Sep 17 00:00:00 2001 From: victor_valencia Date: Tue, 18 Jul 2017 16:07:26 -0500 Subject: [PATCH] Add scripts for npm. --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f6b347f..437e793 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,9 @@ "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "mocha": "^3.4.2" - } + }, + "scripts": { + "browser": "index.html", + "test": "start test/index.html" + } }