File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workerize-loader" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Automatically move a module into a Web Worker (Webpack loader)" ,
5
5
"main" : " dist/index.js" ,
6
+ "repository" : " developit/workerize-loader" ,
6
7
"scripts" : {
7
8
"build" : " microbundle --inline none --format cjs --no-compress src/*.js" ,
8
9
"prepublishOnly" : " npm run build" ,
9
10
"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" ,
10
12
"test" : " npm run build && webpack --config test/webpack.config.js && npm run -s mocha" ,
11
13
"mocha" : " concurrently -r --kill-others \" serve -p 42421 test/dist\" \" mocha-chrome http://localhost:42421\" "
12
14
},
39
41
"chai-as-promised" : " ^7.1.1" ,
40
42
"concurrently" : " ^3.5.1" ,
41
43
"css-loader" : " ^0.28.8" ,
42
- "eslint" : " ^4.14 .0" ,
44
+ "eslint" : " ^4.15 .0" ,
43
45
"eslint-config-developit" : " ^1.1.1" ,
44
46
"exports-loader" : " ^0.6.4" ,
45
47
"fast-async" : " ^6.3.0" ,
You can’t perform that action at this time.
0 commit comments