File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments