Skip to content

Commit 3a4fe18

Browse files
committed
1.0.1
1 parent 12897fa commit 3a4fe18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "workerize-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Automatically move a module into a Web Worker (Webpack loader)",
55
"main": "dist/index.js",
6+
"repository": "developit/workerize-loader",
67
"scripts": {
78
"build": "microbundle --inline none --format cjs --no-compress src/*.js",
89
"prepublishOnly": "npm run build",
910
"dev": "webpack-dev-server --no-hot --config test/webpack.config.js",
11+
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
1012
"test": "npm run build && webpack --config test/webpack.config.js && npm run -s mocha",
1113
"mocha": "concurrently -r --kill-others \"serve -p 42421 test/dist\" \"mocha-chrome http://localhost:42421\""
1214
},
@@ -39,7 +41,7 @@
3941
"chai-as-promised": "^7.1.1",
4042
"concurrently": "^3.5.1",
4143
"css-loader": "^0.28.8",
42-
"eslint": "^4.14.0",
44+
"eslint": "^4.15.0",
4345
"eslint-config-developit": "^1.1.1",
4446
"exports-loader": "^0.6.4",
4547
"fast-async": "^6.3.0",

0 commit comments

Comments
 (0)