We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 911cab2 + f7e7ec7 commit f417897Copy full SHA for f417897
CHANGELOG.md
@@ -1,7 +1,9 @@
1
## Change Log
2
3
-### Upcoming
+### v6.0.0 (2016/02/20 +7:00)
4
5
+- [#167](https://github.com/bcoe/nyc/pull/167) all of nyc's settings can now
6
+ be configured in package.json (@bcoe)
7
- [#164](https://github.com/bcoe/nyc/pull/164) coverage tracking now uses absolute paths, awesome \o/ (@novemberborn)
8
- [#163](https://github.com/bcoe/nyc/pull/163) support for extensions other than .js (@lloydcotten)
9
package.json
@@ -84,7 +84,7 @@
84
"source-map": "^0.5.3",
85
"spawn-wrap": "^1.1.1",
86
"strip-bom": "^2.0.0",
87
- "yargs": "^4.0.0"
+ "yargs": "^4.1.0"
88
},
89
"devDependencies": {
90
"any-path": "^1.3.0",
0 commit comments