Skip to content

Commit 6195b6e

Browse files
committed
fix webpack/karmatic versioning issue
1 parent 4535fee commit 6195b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "microbundle --inline none --format cjs --no-compress src/*.js",
99
"prepublishOnly": "npm run build",
1010
"dev": "karmatic watch --no-headless",
11-
"test": "npm run build && karmatic",
11+
"test": "npm run build && karmatic --no-coverage",
1212
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1313
},
1414
"eslintConfig": {
@@ -57,8 +57,8 @@
5757
"eslint-plugin-promise": "^3.8.0",
5858
"eslint-plugin-standard": "^3.1.0",
5959
"jasmine-sinon": "^0.4.0",
60-
"karmatic": "^1.0.5",
61-
"microbundle": "^0.4.2",
60+
"karmatic": "^1.4.0",
61+
"microbundle": "^0.11.0",
6262
"sinon": "^5.1.0",
6363
"webpack": "^4.41.2"
6464
},

0 commit comments

Comments
 (0)