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 9374fed commit f30dde0
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 @@ -6,6 +6,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"posttest": "npx aud",
Expand Down Expand Up @@ -42,12 +43,13 @@
},
"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",
"tape": "^4.11.0"
"eslint": "^6.8.0",
"functions-have-names": "^1.2.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.4"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit f30dde0

Please sign in to comment.