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

Commit

Permalink
Build: Add CI release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Aug 16, 2016
1 parent 8d9b3c7 commit b96a884
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 @@ -29,15 +29,12 @@
"web": "https://github.com/Constellation"
}
],
"repository": {
"type": "git",
"url": "http://github.com/eslint/doctrine.git"
},
"repository": "eslint/doctrine",
"devDependencies": {
"coveralls": "^2.11.2",
"dateformat": "^1.0.11",
"eslint": "^1.10.3",
"eslint-release": "^0.3.0",
"eslint-release": "^0.10.0",
"istanbul": "^0.4.1",
"linefix": "^0.1.1",
"mocha": "^2.3.3",
Expand All @@ -57,6 +54,7 @@
"test": "npm run lint && node Makefile.js test",
"lint": "eslint lib/",
"release": "eslint-release",
"ci-release": "eslint-ci-release",
"alpharelease": "eslint-prerelease alpha",
"betarelease": "eslint-prerelease beta"
},
Expand Down

0 comments on commit b96a884

Please sign in to comment.