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