We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad3c7f commit 895cc57Copy full SHA for 895cc57
index.js
@@ -1,6 +1,6 @@
1
/*
2
microformat-node - v1.0.0
3
- Built: 2015-09-04 11:09 -
+ Built: 2015-09-04 02:09 -
4
Copyright (c) 2015 Glenn Jones
5
Licensed MIT
6
*/
package.json
@@ -51,10 +51,13 @@
51
"grunt-contrib-concat": "0.5.x",
52
"grunt-contrib-copy": "0.8.x",
53
"grunt-contrib-jshint": "0.11.x",
54
- "grunt-contrib-watch": "0.6.x"
+ "grunt-contrib-watch": "0.6.x",
55
+ "coveralls": "2.11.x",
56
+ "mocha-lcov-reporter": "0.0.x"
57
},
58
"scripts": {
59
+ "start": "app",
60
"test": "make test",
- "start": "app"
61
+ "coveralls": "./node_modules/.bin/mocha test -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
62
}
63
0 commit comments