We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234364b commit 4462e6aCopy full SHA for 4462e6a
.nycrc
@@ -0,0 +1,16 @@
1
+{
2
+ "reporter": [
3
+ "lcov",
4
+ "text"
5
+ ],
6
+ "all": true,
7
+ "exclude": [
8
+ "test/",
9
+ "coverage/"
10
11
+ "check-coverage": false,
12
+ "lines": 100,
13
+ "functions": 100,
14
+ "branches": 100,
15
+ "statements": 100
16
+}
package.json
@@ -30,22 +30,6 @@
30
"travis": "npm run -s build",
31
"watch": "watch 'npm run -s build' src/ test/"
32
},
33
- "nyc": {
34
- "reporter": [
35
- "lcov",
36
- "text"
37
- ],
38
- "all": true,
39
- "exclude": [
40
- "test/",
41
- "coverage/"
42
43
- "check-coverage": false,
44
- "lines": 100,
45
- "functions": 100,
46
- "branches": 100,
47
- "statements": 100
48
- },
49
"dependencies": {
50
"camelize": "^1.0.0",
51
"except": "^0.1.3",
0 commit comments