Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog
Browse files Browse the repository at this point in the history
…; add `safe-publish-latest`
  • Loading branch information
ljharb committed Nov 15, 2019
1 parent 8734a94 commit b28d9d2
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 @@ -4,6 +4,7 @@
"description": "Does this JS environment support the `name` property on functions?",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"lint": "eslint .",
Expand Down Expand Up @@ -34,9 +35,10 @@
},
"homepage": "https://github.com/ljharb/functions-have-names#readme",
"devDependencies": {
"@ljharb/eslint-config": "^14.1.0",
"auto-changelog": "^1.16.1",
"eslint": "^6.5.1",
"@ljharb/eslint-config": "^15.0.1",
"auto-changelog": "^1.16.2",
"eslint": "^6.6.0",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"
},
"auto-changelog": {
Expand Down

0 comments on commit b28d9d2

Please sign in to comment.