Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jan 29, 2018
1 parent 24fa15b commit 1fb13f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "greenlet",
"version": "0.1.0",
"version": "0.1.1",
"description": "Move an async function into its own thread.",
"source": "greenlet.js",
"main": "dist/greenlet.js",
"module": "dist/greenlet.m.js",
"scripts": {
"prepare": "microbundle",
"test": "eslint *.js && npm run -s prepare && karmatic"
"test": "eslint *.js && npm run -s prepare && karmatic",
"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"
},
"eslintConfig": {
"extends": "eslint-config-developit"
Expand Down

0 comments on commit 1fb13f4

Please sign in to comment.