Skip to content

Commit a6423f7

Browse files
committed
update dependencies and fix untranspiled code
1 parent 6e56cfa commit a6423f7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
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",
@@ -36,14 +37,14 @@
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": "*"

0 commit comments

Comments
 (0)