diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-12 00:12:37 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-12 00:12:37 +0800 |
commit | 6c26255979fe8249932beed88e284cf43b806cf7 (patch) | |
tree | c0814aa78bccb50e27af2dd8b6414ad2a1f7ec9b /package.json | |
parent | e2c4525da7a4d50fdba088837853494ef3de9dd7 (diff) | |
parent | e778e127d6b4ab9e8efb514966975b96b85e7dd6 (diff) | |
download | dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.gz dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.bz2 dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.lz dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.xz dexon-6c26255979fe8249932beed88e284cf43b806cf7.tar.zst dexon-6c26255979fe8249932beed88e284cf43b806cf7.zip |
Merge branch 'tests' into develop
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index fc34be487..b4f180d10 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,14 @@ "jshint": ">=2.5.0", "uglifyify": "^2.6.0", "unreachable-branch-transform": "^0.1.0", - "vinyl-source-stream": "^1.0.0" + "vinyl-source-stream": "^1.0.0", + "mocha": ">=2.1.0" }, "scripts": { "build": "gulp", "watch": "gulp watch", - "lint": "gulp lint" + "lint": "gulp lint", + "test": "mocha" }, "repository": { "type": "git", |