Skip to content

Commit 1fb13f4

Browse files
committed
0.1.1
1 parent 24fa15b commit 1fb13f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "greenlet",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Move an async function into its own thread.",
55
"source": "greenlet.js",
66
"main": "dist/greenlet.js",
77
"module": "dist/greenlet.m.js",
88
"scripts": {
99
"prepare": "microbundle",
10-
"test": "eslint *.js && npm run -s prepare && karmatic"
10+
"test": "eslint *.js && npm run -s prepare && karmatic",
11+
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1112
},
1213
"eslintConfig": {
1314
"extends": "eslint-config-developit"

0 commit comments

Comments
 (0)