[Pkg-javascript-commits] [node-browserify-aes] 63/92: add standard check to tests
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Jun 4 09:35:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browserify-aes.
commit 28c9d199eb9a769b11cf75fb277fc3fc6a99f723
Author: Calvin Metcalf <cmetcalf at appgeo.com>
Date: Mon May 4 12:48:36 2015 -0400
add standard check to tests
---
package.json | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 0299a67..c74c87e 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"test": "test"
},
"scripts": {
- "test": "node test/index.js|tspec"
+ "test": "standard && node test/index.js|tspec"
},
"repository": {
"type": "git",
@@ -30,7 +30,8 @@
"inherits": "^2.0.1"
},
"devDependencies": {
- "tape": "^3.0.0",
- "tap-spec": "^1.0.0"
+ "standard": "^3.7.3",
+ "tap-spec": "^1.0.0",
+ "tape": "^3.0.0"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-aes.git
More information about the Pkg-javascript-commits
mailing list