Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, tape; add `aud…
Browse files Browse the repository at this point in the history
…` in `posttest`
  • Loading branch information
ljharb committed Aug 1, 2020
1 parent 0db50df commit 46cafa1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -59,17 +59,18 @@
"tests-only": "tape test/*.js",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"posttest": "npm run test:multirepo",
"posttest": "npm run test:multirepo && aud --production",
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
},
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"@ljharb/eslint-config": "^17.1.0",
"array.prototype.map": "^1.0.2",
"eslint": "^6.8.0",
"aud": "^1.1.2",
"eslint": "^7.6.0",
"object-keys": "^1.1.1",
"safe-publish-latest": "^1.1.4",
"tap": "0.4.13",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"license": "MIT",
"author": {
Expand Down

0 comments on commit 46cafa1

Please sign in to comment.