File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " dist/index.js" ,
6
6
"repository" : " developit/workerize-loader" ,
7
7
"scripts" : {
8
- "build" : " microbundle --target node -- format cjs --no-compress src/*.js" ,
8
+ "build" : " microbundle --format cjs --no-compress --inline none src/*.js" ,
9
9
"prepublishOnly" : " npm run build" ,
10
10
"dev" : " karmatic watch --no-headless" ,
11
11
"test" : " npm run build && karmatic && NODE_ENV=production karmatic -p" ,
12
12
"release" : " npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
13
13
},
14
14
"browserslist" : [
15
- " IE 10"
15
+ " IE 10" ,
16
+ " node 8"
16
17
],
17
18
"eslintConfig" : {
18
19
"extends" : " eslint-config-developit" ,
36
37
"author" :
" Jason Miller <[email protected] > (http://jasonformat.com)" ,
37
38
"license" : " MIT" ,
38
39
"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 " ,
41
42
"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 "
44
45
},
45
46
"dependencies" : {
46
- "loader-utils" : " ^1.2.3 "
47
+ "loader-utils" : " ^2.0.0 "
47
48
},
48
49
"peerDependencies" : {
49
50
"webpack" : " *"
You can’t perform that action at this time.
0 commit comments