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 now that we have 2FA enabled.
  • Loading branch information
not-an-aardvark committed Oct 17, 2018
1 parent dff8e9c commit c5f647f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
coverage/
node_modules/
npm-debug.log
.eslint-release-info.json
17 changes: 7 additions & 10 deletions package.json
Expand Up @@ -7,10 +7,7 @@
"name": "Brandon Mills",
"url": "https://github.com/btmills"
},
"repository": {
"type": "git",
"url": "https://github.com/eslint/eslint-plugin-markdown.git"
},
"repository": "eslint/eslint-plugin-markdown",
"bugs": {
"url": "https://github.com/eslint/eslint-plugin-markdown/issues"
},
Expand All @@ -26,11 +23,11 @@
"lint": "eslint Makefile.js lib/**/*.js tests/lib/plugin.js",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover _mocha -- -c tests/lib/**/*.js",
"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"
},
"main": "index.js",
"files": [
Expand All @@ -42,7 +39,7 @@
"chai": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-eslint": "^3.0.0",
"eslint-release": "^0.11.1",
"eslint-release": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^2.2.5"
},
Expand Down

0 comments on commit c5f647f

Please sign in to comment.