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 0235e25 commit eb4148bCopy full SHA for eb4148b
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "jsdom-worker",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Experimental Web Worker API implementation for JSDOM.",
5
"main": "dist/jsdom-worker.js",
6
"module": "dist/jsdom-worker.module.js",
7
"unpkg": "dist/jsdom-worker.umd.js",
8
"scripts": {
9
"build": "microbundle --external all",
10
"test": "eslint src test && npm run -s build && jest",
11
- "prepare": "npm run -s build && npm t"
+ "prepare": "npm run -s build && npm t",
12
+ "release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
"babel": {
15
"presets": [
@@ -50,4 +51,4 @@
50
51
"mitt": "^1.1.3",
52
"uuid-v4": "^0.1.0"
53
}
-}
54
+}
0 commit comments