Skip to content

Commit eb4148b

Browse files
committed
0.2.0
1 parent 0235e25 commit eb4148b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "jsdom-worker",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Experimental Web Worker API implementation for JSDOM.",
55
"main": "dist/jsdom-worker.js",
66
"module": "dist/jsdom-worker.module.js",
77
"unpkg": "dist/jsdom-worker.umd.js",
88
"scripts": {
99
"build": "microbundle --external all",
1010
"test": "eslint src test && npm run -s build && jest",
11-
"prepare": "npm run -s build && npm t"
11+
"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"
1213
},
1314
"babel": {
1415
"presets": [
@@ -50,4 +51,4 @@
5051
"mitt": "^1.1.3",
5152
"uuid-v4": "^0.1.0"
5253
}
53-
}
54+
}

0 commit comments

Comments
 (0)