We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63312 commit 0180d85Copy full SHA for 0180d85
.travis.yml
@@ -6,7 +6,6 @@ os:
6
- osx
7
8
node_js:
9
- - '8'
10
- '10'
11
- 'lts/*'
12
- 'node'
package.json
@@ -41,11 +41,11 @@
41
"shelljs": "^0.8.3"
42
},
43
"devDependencies": {
44
- "ava": "^0.25.0",
+ "ava": "^1.0.1",
45
"coveralls": "^3.0.2",
46
- "eslint": "^5.9.0",
+ "eslint": "^5.11.0",
47
"eslint-config-prettier": "^3.3.0",
48
- "husky": "^1.2.0",
+ "husky": "^1.2.1",
49
"lint-staged": "^8.1.0",
50
"nyc": "^13.1.0",
51
"prettier": "^1.15.3"
0 commit comments