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

Commit 14200c8

Browse files
committed
chore: move to standard-version
1 parent b70a81c commit 14200c8

File tree

2 files changed

+3
-67
lines changed

2 files changed

+3
-67
lines changed

Gruntfile.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build": "npm run build:ts",
1414
"build:ts": "tsc -p src --pretty",
1515
"build:babel": "babel dist --out-dir dist.babel",
16-
"lint": "tslint src/*.ts"
16+
"lint": "tslint src/*.ts",
17+
"release": "standard-version"
1718
},
1819
"author": "Stanislav Panferov <[email protected]> (http://panferov.me/)",
1920
"repository": {
@@ -60,6 +61,7 @@
6061
"ps-node": "^0.1.1",
6162
"rimraf": "^2.5.0",
6263
"sinon": "^1.17.4",
64+
"standard-version": "^2.4.0",
6365
"temp": "^0.8.3",
6466
"tslint": "^3.13.0-dev.0",
6567
"typescript": "^2.0.0-dev.20160706",

0 commit comments

Comments
 (0)