Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, evalmd, `funct…
Browse files Browse the repository at this point in the history
…ions-have-names`
  • Loading branch information
ljharb committed Aug 31, 2019
1 parent 8eebb79 commit 347e2fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package-lock=false
audit-level=critical
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"pretest": "npm run lint",
"test": "es-shim-api --bound && npm run tests-only",
"posttest": "npx aud",
"posttest": "npx aud --production",
"tests-only": "npm run test:module && npm run test:shim",
"test:module": "node test",
"test:shim": "node test/shimmed",
Expand Down Expand Up @@ -42,13 +42,13 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^13.1.1",
"@ljharb/eslint-config": "^14.0.2",
"es5-shim": "^4.5.13",
"es6-shim": "^0.35.5",
"eslint": "^5.16.0",
"evalmd": "^0.0.17",
"eslint": "^6.3.0",
"evalmd": "^0.0.18",
"foreach": "^2.0.5",
"functions-have-names": "^1.1.0",
"functions-have-names": "^1.1.1",
"object-inspect": "^1.6.0",
"object.assign": "^4.1.0",
"object.entries": "^1.1.0",
Expand Down

0 comments on commit 347e2fa

Please sign in to comment.