Skip to content

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 from the Jenkins server now that we have 2FA enabled on the bot account.

Some changes are also needed on the Jenkins server -- I plan to make those changes after this is merged.
  • Loading branch information
not-an-aardvark committed Oct 17, 2018
1 parent 3e69fdc commit de61caa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ npm-debug.log
.idea
*.iml
/.vscode
.sublimelinterrc
.sublimelinterrc
.eslint-release-info.json
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -15,12 +15,11 @@
"scripts": {
"test": "node Makefile.js test",
"lint": "node Makefile.js lint",
"release": "eslint-release",
"ci-release": "eslint-ci-release",
"gh-release": "eslint-gh-release",
"alpharelease": "eslint-prerelease alpha",
"betarelease": "eslint-prerelease beta",
"rcrelease": "eslint-prerelease rc"
"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"
},
"files": [
"LICENSE",
Expand All @@ -35,7 +34,7 @@
"chai": "^3.4.1",
"eslint": "^3.15.0",
"eslint-config-eslint": "^4.0.0",
"eslint-release": "^0.11.1",
"eslint-release": "^1.0.0",
"espree": "^3.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
Expand Down

0 comments on commit de61caa

Please sign in to comment.