Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 0fe72dd

Browse files
committed
chore: allow Karma 0.10, clean up NPM package
1 parent 14ce92f commit 0fe72dd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.*
22
test
3+
e2e-test
34

45
Gruntfile.coffee
6+
CONTRIBUTING.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"grunt-auto-release": "~0.0.2"
3030
},
3131
"peerDependencies": {
32-
"karma": "~0.9"
32+
"karma": ">=0.9"
3333
},
3434
"license": "MIT",
3535
"contributors": []

0 commit comments

Comments
 (0)