aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-08-23 10:23:01 +0800
committerGitHub <noreply@github.com>2016-08-23 10:23:01 +0800
commitc97866e367a3e28b5b91a0e5e3a1d1befa652f13 (patch)
treeac10b0350dbcb5cfcd2f708503d478eb18a2b739 /package.json
parent8b9999b71eab07187e2723aadcc8163140985301 (diff)
parent07927b57986ffb0035b6b30ae7e54b843b551d83 (diff)
downloadtangerine-wallet-browser-c97866e367a3e28b5b91a0e5e3a1d1befa652f13.tar.gz
tangerine-wallet-browser-c97866e367a3e28b5b91a0e5e3a1d1befa652f13.tar.zst
tangerine-wallet-browser-c97866e367a3e28b5b91a0e5e3a1d1befa652f13.zip
Merge branch 'master' into kumavis-patch-1
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4093751b6..9263d1aaf 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,9 @@
"private": true,
"scripts": {
"start": "gulp dev",
+ "lint": "gulp lint",
+ "dev": "gulp dev",
+ "dist": "gulp dist",
"test": "npm run fastTest && npm run ci",
"fastTest": "mocha --require test/helper.js --compilers js:babel-register --recursive \"test/unit/**/*.js\"",
"watch": "mocha watch --compilers js:babel-register --recursive \"test/unit/**/*.js\"",