Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Upgrade: eslint-release@1.0.0
Browse files Browse the repository at this point in the history
(refs eslint/eslint#10631)

This updates `eslint-release` to allow the package to still be published now that we have 2FA enabled.
  • Loading branch information
not-an-aardvark committed Oct 17, 2018
1 parent 36ed027 commit 459e1cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ coverage
.nyc_output
.cache
npm-debug.log
.eslint-release-info.json
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"coveralls": "^3.0.1",
"dateformat": "^1.0.11",
"eslint": "^1.10.3",
"eslint-release": "^0.11.1",
"eslint-release": "^1.0.0",
"linefix": "^0.1.1",
"mocha": "^3.4.2",
"npm-license": "^0.3.1",
Expand All @@ -46,10 +46,11 @@
"test": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint lib/",
"release": "eslint-release",
"ci-release": "eslint-ci-release",
"alpharelease": "eslint-prerelease alpha",
"betarelease": "eslint-prerelease beta"
"generate-release": "eslint-generate-release",
"generate-alpharelease": "eslint-generate-prerelease alpha",
"generate-betarelease": "eslint-generate-prerelease beta",
"generate-rcrelease": "eslint-generate-prerelease rc",
"publish-release": "eslint-publish-release"
},
"dependencies": {
"esutils": "^2.0.2"
Expand Down

0 comments on commit 459e1cd

Please sign in to comment.