[Pkg-javascript-commits] [node-ripemd160] 48/71: package: added	standard to test script
    Bastien Roucariès 
    rouca at moszumanska.debian.org
       
    Thu May  4 10:25:41 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit 2c35d86f6665913b81e3c9ea2533bf9fa27e85be
Author: JP Richardson <jprichardson at gmail.com>
Date:   Wed May 20 13:20:20 2015 -0500
    package: added standard to test script
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 8aa9970..fa3944d 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
   "main": "./lib/ripemd160.js",
   "dependencies": {},
   "scripts": {
-    "test": "mocha test",
+    "test": "standard && mocha test",
     "browser-test": "mochify --wd -R spec"
   }
 }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
    
    
More information about the Pkg-javascript-commits
mailing list