Skip to content

Commit e3fdf85

Browse files
committed
add standard-version and release script
1 parent c2e5c80 commit e3fdf85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Whitespace-only changes.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"test": "npm run lint && karma start",
1212
"build": "npm run scripts",
1313
"postbuild": "npm install --progress=false",
14+
"release": "standard-version",
1415
"lint": "standard src/*.js lib/index.js scripts/*.js",
15-
"scripts": "node scripts/refresh.js && node scripts/build.js"
16+
"scripts": "node scripts/refresh.js && node scripts/build.js",
1617
},
1718
"repository": {
1819
"type": "git",
@@ -36,6 +37,7 @@
3637
"power-assert": "^1.4.1",
3738
"rimraf": "^2.5.2",
3839
"standard": "^7.0.1",
40+
"standard-version": "^2.2.1",
3941
"uglify-js": "^2.6.2"
4042
},
4143
"peerDependencies": {

0 commit comments

Comments
 (0)