File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 55 "main" : " dist/index.js" ,
66 "repository" : " developit/workerize-loader" ,
77 "scripts" : {
8- "build" : " npm run build-loader && npm run build-rpc" ,
8+ "build" : " npm run -s build-loader && npm run -s build-rpc" ,
99 "build-loader" : " microbundle --target node --format cjs --no-compress src/index.js " ,
10- "build-rpc" : " microbundle --target web -- format cjs --no-compress src/rpc-*.js" ,
10+ "build-rpc" : " microbundle --format cjs --no-compress src/rpc-*.js" ,
1111 "prepublishOnly" : " npm run build" ,
1212 "dev" : " karmatic watch --no-headless" ,
1313 "test" : " npm run build && karmatic && NODE_ENV=production karmatic -p" ,
1414 "release" : " npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1515 },
1616 "browserslist" : [
17- " IE 10"
17+ " IE 10" ,
18+ " node 8"
1819 ],
1920 "eslintConfig" : {
2021 "extends" : " eslint-config-developit" ,
3839 "author" :
" Jason Miller <[email protected] > (http://jasonformat.com)" ,
3940 "license" : " MIT" ,
4041 "devDependencies" : {
41- "eslint" : " ^6.8 .0" ,
42- "eslint-config-developit" : " ^1.1.1 " ,
42+ "eslint" : " ^7.2 .0" ,
43+ "eslint-config-developit" : " ^1.2.0 " ,
4344 "karmatic" : " ^1.4.0" ,
44- "microbundle" : " 0.12.0-next.8 " ,
45- "webpack" : " ^4.39.2 "
45+ "microbundle" : " ^ 0.12.1 " ,
46+ "webpack" : " ^4.43.0 "
4647 },
4748 "dependencies" : {
48- "loader-utils" : " ^1.2.3 "
49+ "loader-utils" : " ^2.0.0 "
4950 },
5051 "peerDependencies" : {
5152 "webpack" : " *"
You can’t perform that action at this time.
0 commit comments