Skip to content

Commit

Permalink
Upgrade: eslint-release@1.0.0 (#527)
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 authored and JamesHenry committed Jan 14, 2019
1 parent 027acaa commit e4a9317
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/typescript-eslint-parser/.gitignore
Expand Up @@ -6,3 +6,4 @@ _test.js
.DS_Store
.vscode
yarn.lock
.eslint-release-info.json
12 changes: 6 additions & 6 deletions packages/typescript-eslint-parser/package.json
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"eslint-config-eslint": "4.0.0",
"eslint-plugin-node": "6.0.1",
"eslint-release": "0.11.1",
"eslint-release": "1.1.0",
"jest": "23.1.0",
"npm-license": "0.3.3",
"shelljs": "0.8.2",
Expand All @@ -41,11 +41,11 @@
"integration-tests": "docker-compose -f tests/integration/docker-compose.yml up",
"kill-integration-test-containers": "docker-compose -f tests/integration/docker-compose.yml down -v --rmi local",
"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"
"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": {
"eslint": "4.19.1",
Expand Down

0 comments on commit e4a9317

Please sign in to comment.