Skip to content

Commit

Permalink
Build: Add CI release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Aug 2, 2016
1 parent 4ddfacb commit 8d9767d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "http://github.com/eslint/espree.git"
},
"repository": "eslint/espree",
"bugs": {
"url": "http://github.com/eslint/espree.git"
},
Expand All @@ -29,7 +26,7 @@
"chai": "^1.10.0",
"eslint": "^2.0.0-beta.1",
"eslint-config-eslint": "^3.0.0",
"eslint-release": "^0.6.4",
"eslint-release": "^0.9.2",
"esprima": "latest",
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
"istanbul": "~0.2.6",
Expand All @@ -55,6 +52,7 @@
"lint": "node Makefile.js lint",
"release": "eslint-release",
"ci-release": "eslint-ci-release",
"gh-release": "eslint-gh-release",
"alpharelease": "eslint-prelease alpha",
"betarelease": "eslint-prelease beta",
"browserify": "node Makefile.js browserify"
Expand Down

0 comments on commit 8d9767d

Please sign in to comment.