We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4535fee commit 6195b6eCopy full SHA for 6195b6e
package.json
@@ -8,7 +8,7 @@
8
"build": "microbundle --inline none --format cjs --no-compress src/*.js",
9
"prepublishOnly": "npm run build",
10
"dev": "karmatic watch --no-headless",
11
- "test": "npm run build && karmatic",
+ "test": "npm run build && karmatic --no-coverage",
12
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
"eslintConfig": {
@@ -57,8 +57,8 @@
57
"eslint-plugin-promise": "^3.8.0",
58
"eslint-plugin-standard": "^3.1.0",
59
"jasmine-sinon": "^0.4.0",
60
- "karmatic": "^1.0.5",
61
- "microbundle": "^0.4.2",
+ "karmatic": "^1.4.0",
+ "microbundle": "^0.11.0",
62
"sinon": "^5.1.0",
63
"webpack": "^4.41.2"
64
0 commit comments