We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56374af commit 252e7e1Copy full SHA for 252e7e1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "karmatic",
3
- "version": "1.1.7",
+ "version": "1.2.0",
4
"description": "Zero-config automatic (headless) browser testing. Powered by Karma, Webpack & Jasmine.",
5
"main": "dist/index.js",
6
"module": "dist/index.m.js",
@@ -20,6 +20,9 @@
20
"chrome",
21
"test runner"
22
],
23
+ "files": [
24
+ "dist"
25
+ ],
26
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
27
"repository": "developit/karmatic",
28
"license": "MIT",
0 commit comments