Skip to content

Commit

Permalink
chore: allow Karma 0.10, clean up NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Aug 3, 2013
1 parent f8d2b8f commit 8fa568c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*

Gruntfile.coffee
CONTRIBUTING.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Vojta Jina <[email protected]>",
"dependencies": {},
"peerDependencies": {
"karma": "~0.9"
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 8fa568c

Please sign in to comment.