Skip to content

Commit f6812b8

Browse files
committed
0.4.0 release
1 parent ffd2967 commit f6812b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-scripts-test-mocha",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-test-mocha",
55
"description": "Provides NPM scripts for testing projects using Istanbul and Mocha for all TyphonJS NPM modules and beyond.",
66
"license": "MPL-2.0",
@@ -21,14 +21,16 @@
2121
"chai": "^3.0.0",
2222
"codecov": "^1.0.0",
2323
"eslint": "^3.0.0",
24+
"eslint-plugin-babel": "^4.0.0",
25+
"eslint-plugin-flowtype": "^2.0.0",
2426
"fs-extra": "^1.0.0",
2527
"istanbul": "^1.1.0-alpha.1",
2628
"mocha": "^3.0.0",
2729
"snyk": "^1.0.0",
2830
"strip-json-comments": "^2.0.0"
2931
},
3032
"devDependencies": {
31-
"typhonjs-config-eslint": "^0.4.0"
33+
"typhonjs-config-eslint": "^0.5.0"
3234
},
3335
"keywords": [
3436
"typhonjs",

0 commit comments

Comments
 (0)