Skip to content

Commit b27e71f

Browse files
committed
fix: update dependencies
1 parent 54a6f42 commit b27e71f

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
"url": "http://gajus.com"
66
},
77
"ava": {
8+
"files": [
9+
"test/**/*"
10+
],
11+
"helpers": [
12+
"test/helpers/**/*"
13+
],
814
"require": [
915
"@babel/register"
16+
],
17+
"sources": [
18+
"src/**/*"
1019
]
1120
},
1221
"bin": "./dist/bin/index.js",
@@ -26,16 +35,16 @@
2635
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
2736
"@babel/preset-env": "^7.4.5",
2837
"@babel/register": "^7.4.4",
29-
"ava": "^1.4.1",
38+
"ava": "^2.1.0",
3039
"babel-plugin-istanbul": "^5.1.4",
31-
"coveralls": "^3.0.3",
40+
"coveralls": "^3.0.4",
3241
"eslint": "^5.16.0",
3342
"eslint-config-canonical": "^17.1.0",
34-
"flow-bin": "^0.99.0",
43+
"flow-bin": "^0.101.0",
3544
"flow-copy-source": "^2.0.6",
36-
"husky": "^2.3.0",
45+
"husky": "^2.4.1",
3746
"nyc": "^14.1.1",
38-
"semantic-release": "^15.13.12"
47+
"semantic-release": "^15.13.16"
3948
},
4049
"engines": {
4150
"node": ">=8"

0 commit comments

Comments
 (0)