We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ebe4f commit 06b294cCopy full SHA for 06b294c
.gitignore
@@ -1,2 +1,4 @@
1
node_modules
2
.tern-port
3
+.nyc_output
4
+coverage
package.json
@@ -9,11 +9,13 @@
9
"author": "Matt Ranney <[email protected]>",
10
"main": "./index.js",
11
"scripts": {
12
- "test": "node ./test.js"
+ "test": "node ./test.js",
13
+ "coverage": "nyc npm test && nyc report"
14
},
15
"devDependencies": {
- "metrics": ">=0.1.5",
16
"colors": "~0.6.0-1",
17
+ "metrics": ">=0.1.5",
18
+ "nyc": "^2.2.0",
19
"underscore": "~1.4.4"
20
21
"repository": {
0 commit comments