File tree 1 file changed +9
-8
lines changed 1 file changed +9
-8
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" : " npm run build-loader && npm run build-rpc" ,
8
+ "build" : " npm run -s build-loader && npm run -s build-rpc" ,
9
9
"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" ,
11
11
"prepublishOnly" : " npm run build" ,
12
12
"dev" : " karmatic watch --no-headless" ,
13
13
"test" : " npm run build && karmatic && NODE_ENV=production karmatic -p" ,
14
14
"release" : " npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
15
15
},
16
16
"browserslist" : [
17
- " IE 10"
17
+ " IE 10" ,
18
+ " node 8"
18
19
],
19
20
"eslintConfig" : {
20
21
"extends" : " eslint-config-developit" ,
38
39
"author" :
" Jason Miller <[email protected] > (http://jasonformat.com)" ,
39
40
"license" : " MIT" ,
40
41
"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 " ,
43
44
"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 "
46
47
},
47
48
"dependencies" : {
48
- "loader-utils" : " ^1.2.3 "
49
+ "loader-utils" : " ^2.0.0 "
49
50
},
50
51
"peerDependencies" : {
51
52
"webpack" : " *"
You can’t perform that action at this time.
0 commit comments