We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fa15b commit 1fb13f4Copy full SHA for 1fb13f4
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "greenlet",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Move an async function into its own thread.",
5
"source": "greenlet.js",
6
"main": "dist/greenlet.js",
7
"module": "dist/greenlet.m.js",
8
"scripts": {
9
"prepare": "microbundle",
10
- "test": "eslint *.js && npm run -s prepare && karmatic"
+ "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"
12
},
13
"eslintConfig": {
14
"extends": "eslint-config-developit"
0 commit comments