Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit b70a3f7

Browse files
committed
Merge pull request #17 from stylelint/release-script
Add release npm script
2 parents 524e3e3 + 705a68a commit b70a3f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
2929
"babel-tape-runner": "^2.0.0",
3030
"eslint": "^1.10.3",
3131
"eslint-config-stylelint": "^0.1.0",
32+
"github-release-from-changelog": "^1.1.1",
33+
"npmpub": "^2.0.0",
3234
"stylelint": "^3.0.2",
3335
"tape": "^4.2.2"
3436
},
3537
"scripts": {
3638
"lint": "eslint . --ignore-path .gitignore",
39+
"release": "npmpublish && github-release-from-changelog",
3740
"tape": "babel-tape-runner \"__tests__/**/*.js\"",
3841
"test": "npm run lint && npm run tape"
3942
},

0 commit comments

Comments
 (0)