Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jun 17, 2020
1 parent 0235e25 commit eb4148b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "jsdom-worker",
"version": "0.1.0",
"version": "0.2.0",
"description": "Experimental Web Worker API implementation for JSDOM.",
"main": "dist/jsdom-worker.js",
"module": "dist/jsdom-worker.module.js",
"unpkg": "dist/jsdom-worker.umd.js",
"scripts": {
"build": "microbundle --external all",
"test": "eslint src test && npm run -s build && jest",
"prepare": "npm run -s build && npm t"
"prepare": "npm run -s build && npm t",
"release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"babel": {
"presets": [
Expand Down Expand Up @@ -50,4 +51,4 @@
"mitt": "^1.1.3",
"uuid-v4": "^0.1.0"
}
}
}

0 comments on commit eb4148b

Please sign in to comment.