Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit d49b5f1

Browse files
committed
Build: Add CI build scripts
1 parent 32a46b3 commit d49b5f1

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript-eslint-parser",
33
"description": "An Esprima-style parser for TypeScript",
44
"author": "Nicholas C. Zakas <[email protected]>",
5-
"homepage": "https://github.com/eslint/espree",
5+
"homepage": "https://github.com/eslint/typescript-eslint-parser",
66
"main": "parser.js",
77
"version": "0.1.0-alpha.1",
88
"files": [
@@ -12,25 +12,17 @@
1212
"engines": {
1313
"node": ">=0.10.0"
1414
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/eslint/typescript-eslint-parser.git"
18-
},
15+
"repository": "eslint/typescript-eslint-parser",
1916
"bugs": {
2017
"url": "https://github.com/eslint/typescript-eslint-parser/issues"
2118
},
22-
"licenses": [
23-
{
24-
"type": "BSD",
25-
"url": "http://github.com/nzakas/espree/raw/master/LICENSE"
26-
}
27-
],
19+
"license": "BSD-2-Clause",
2820
"devDependencies": {
2921
"chai": "^1.10.0",
3022
"dateformat": "^1.0.11",
3123
"eslint": "^2.2.0",
3224
"eslint-config-eslint": "^3.0.0",
33-
"eslint-release": "^0.3.0",
25+
"eslint-release": "^0.9.2",
3426
"istanbul": "~0.2.6",
3527
"leche": "^1.0.1",
3628
"mocha": "^2.0.1",
@@ -52,6 +44,8 @@
5244
"test": "node Makefile.js test",
5345
"lint": "node Makefile.js lint",
5446
"release": "eslint-release",
47+
"ci-release": "eslint-ci-release",
48+
"gh-release": "eslint-gh-release",
5549
"alpharelease": "eslint-prerelease alpha",
5650
"betarelease": "eslint-prerelease beta"
5751
},

0 commit comments

Comments
 (0)