Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pshihn committed Mar 9, 2018
1 parent 8f97a3d commit 7502787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/workly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workly",
"version": "0.1.1",
"description": "Simple web worker wrapper using promises (and async/await)",
"version": "1.0.0",
"description": "A really simple way to move a stand-alone function/class to a web worker.",
"main": "index.js",
"scripts": {
"build": "rollup index.js --o dist/workly.js --f iife --name \"workly\" && npm run minify",
Expand All @@ -26,4 +26,4 @@
"babel-minify": "^0.3.0",
"rollup": "^0.56.3"
}
}
}

0 comments on commit 7502787

Please sign in to comment.