Skip to content

Commit 28ef5d5

Browse files
authored
Merge branch 'master' into master
2 parents 371f74a + a6423f7 commit 28ef5d5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
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",
@@ -38,14 +39,14 @@
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": "*"

0 commit comments

Comments
 (0)