Skip to content

Commit d43ed83

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, tape; add safe-publish-latest
1 parent 840278a commit d43ed83

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"license": "MIT",
1010
"main": "index.js",
1111
"scripts": {
12+
"prepublish": "safe-publish-latest",
1213
"pretest": "npm run lint",
1314
"test": "npm run tests-only",
1415
"tests-only": "node --harmony --es-staging test",
@@ -39,12 +40,13 @@
3940
"has": "^1.0.3"
4041
},
4142
"devDependencies": {
42-
"@ljharb/eslint-config": "^15.0.2",
43+
"@ljharb/eslint-config": "^16.0.0",
4344
"auto-changelog": "^1.16.2",
4445
"covert": "^1.1.1",
4546
"eclint": "^2.8.1",
46-
"eslint": "^6.7.2",
47-
"tape": "^4.11.0"
47+
"eslint": "^6.8.0",
48+
"safe-publish-latest": "^1.1.4",
49+
"tape": "^5.0.0-next.4"
4850
},
4951
"testling": {
5052
"files": "test.js",

0 commit comments

Comments
 (0)