aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-11 23:40:09 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-11 23:40:09 +0800
commita4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48 (patch)
treeeb53d3e39580cfd3781ff47c00324725d489a3a5 /package.json
parent048e7771fb6ca7a8093a799768a816fdef69f5dc (diff)
downloaddexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.gz
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.bz2
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.lz
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.xz
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.tar.zst
dexon-a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48.zip
fixed travis.yml && added nmp test script
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6d032d72d..b4f180d10 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,8 @@
"scripts": {
"build": "gulp",
"watch": "gulp watch",
- "lint": "gulp lint"
+ "lint": "gulp lint",
+ "test": "mocha"
},
"repository": {
"type": "git",