Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, tape, `functio…
Browse files Browse the repository at this point in the history
…ns-have-names`; add `safe-publish-latest`
  • Loading branch information
ljharb committed Feb 1, 2020
1 parent cfab489 commit 2495030
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "npx aud",
Expand Down Expand Up @@ -45,13 +46,14 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^15.0.2",
"@ljharb/eslint-config": "^16.0.0",
"array-map": "^0.0.0",
"covert": "^1.1.1",
"eslint": "^6.7.2",
"functions-have-names": "^1.2.0",
"eslint": "^6.8.0",
"functions-have-names": "^1.2.1",
"object-keys": "^1.1.1",
"tape": "^4.11.0"
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.4"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 2495030

Please sign in to comment.