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 28, 2020
1 parent 6148d0e commit ceaf8ab
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 @@ -25,11 +25,12 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^15.0.2",
"@ljharb/eslint-config": "^16.0.0",
"auto-changelog": "^1.16.2",
"covert": "^1.1.1",
"eslint": "^6.6.0",
"tape": "^4.11.0"
"eslint": "^6.8.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.4"
},
"license": "MIT",
"licenses": [
Expand All @@ -39,6 +40,7 @@
}
],
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"tests-only": "node test",
"test": "npm run tests-only && npm run coverage -- --quiet",
Expand Down

0 comments on commit ceaf8ab

Please sign in to comment.