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 716b773 commit 71a0c9bCopy full SHA for 71a0c9b
.travis.yml
@@ -0,0 +1,15 @@
1
+language: node_js
2
+node_js:
3
+ - 'stable'
4
+cache:
5
+ directories:
6
+ - node_modules
7
+script:
8
+ - npm test
9
+deploy:
10
+ provider: npm
11
+ email: "zonayedpca@yahoo.com"
12
+ api_key: $npm_token
13
+ skip_cleanup: true
14
+ on:
15
+ branch: master
package.json
@@ -1,6 +1,6 @@
{
"name": "react-web-workers",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Simplest wat to work with Web Workers in React",
"author": "Zonayed Ahmed",
"license": "MIT",
0 commit comments