Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, tape; add `saf…
Browse files Browse the repository at this point in the history
…e-publish-latest`
  • Loading branch information
ljharb committed Jan 27, 2020
1 parent 42b5df9 commit 5907bd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run tests-only",
"tests-only": "node test",
Expand All @@ -28,10 +29,11 @@
],
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"@ljharb/eslint-config": "^16.0.0",
"covert": "^1.1.1",
"eslint": "^5.16.0",
"tape": "^4.11.0"
"eslint": "^6.8.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.4"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 5907bd2

Please sign in to comment.