We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfe7e5 commit a991a19Copy full SHA for a991a19
2 files changed
.npmrc
@@ -0,0 +1,3 @@
1
+# We can't use lockfiles because npm@5 and npm@6 disagree about the syntax (and
2
+# will modify the lockfile when we run `npm install`).
3
+package-lock=false
package.json
@@ -27,14 +27,14 @@
27
"index.js"
28
],
29
"devDependencies": {
30
- "eslint": "^3.1.1",
31
- "eslint-config-airbnb-base": "^4.0.2",
32
- "eslint-plugin-import": "^1.11.1",
33
- "mocha": "^2.5.3",
+ "eslint": "^5.16.0",
+ "eslint-config-airbnb-base": "^13.1.0",
+ "eslint-plugin-import": "^2.17.3",
+ "mocha": "^6.1.4",
34
"shelljs": "^0.8.1",
35
"shelljs-changelog": "^0.2.2",
36
"shelljs-release": "^0.2.0",
37
- "should": "^10.0.0"
+ "should": "^13.2.3"
38
},
39
"peerDependencies": {
40
"shelljs": "^0.8.1"
0 commit comments