[Pkg-javascript-commits] [node-ripemd160] 26/71: ripemd160: deleted Makefile
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:38 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 1c21736006728e67586e1612db80d5f95a0ba724
Author: JP Richardson <jprichardson at gmail.com>
Date: Wed Dec 31 05:04:37 2014 -0600
ripemd160: deleted Makefile
---
Makefile | 12 ------------
package.json | 6 +++++-
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5836921..0000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-test: node-test browser-test
-
-node-test:
- @./node_modules/.bin/mocha
-
-browser-test:
- @./node_modules/.bin/mochify --wd -R spec
-
-browser-manual-test:
- node browser-test.js
-
-.PHONY: node-test browser-test
\ No newline at end of file
diff --git a/package.json b/package.json
index 9090ba0..7e0692f 100644
--- a/package.json
+++ b/package.json
@@ -22,5 +22,9 @@
"type": "git"
},
"main": "./lib/ripemd160.js",
- "dependencies": {}
+ "dependencies": {},
+ "scripts": {
+ "test": "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