File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
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" : " microbundle --target node -- format cjs --no-compress src/*.js" ,
8+ "build" : " microbundle --format cjs --no-compress --inline none src/*.js" ,
99 "prepublishOnly" : " npm run build" ,
1010 "dev" : " karmatic watch --no-headless" ,
1111 "test" : " npm run build && karmatic && NODE_ENV=production karmatic -p" ,
1212 "release" : " npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1313 },
1414 "browserslist" : [
15- " IE 10"
15+ " IE 10" ,
16+ " node 8"
1617 ],
1718 "eslintConfig" : {
1819 "extends" : " eslint-config-developit" ,
3637 "author" :
" Jason Miller <[email protected] > (http://jasonformat.com)" ,
3738 "license" : " MIT" ,
3839 "devDependencies" : {
39- "eslint" : " ^6.8 .0" ,
40- "eslint-config-developit" : " ^1.1.1 " ,
40+ "eslint" : " ^7.2 .0" ,
41+ "eslint-config-developit" : " ^1.2.0 " ,
4142 "karmatic" : " ^1.4.0" ,
42- "microbundle" : " 0.12.0-next.8 " ,
43- "webpack" : " ^4.39.2 "
43+ "microbundle" : " ^ 0.12.1 " ,
44+ "webpack" : " ^4.43.0 "
4445 },
4546 "dependencies" : {
46- "loader-utils" : " ^1.2.3 "
47+ "loader-utils" : " ^2.0.0 "
4748 },
4849 "peerDependencies" : {
4950 "webpack" : " *"
You can’t perform that action at this time.
0 commit comments