Skip to content

Commit 6b57bcc

Browse files
committed
Merge pull request #21 from snowmac/master
Updated package json so there will be no peer conflicts for the latest version of chai
2 parents 8fcd5fc + 94e4e37 commit 6b57bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"requirejs": "~2.1.11"
6161
},
6262
"peerDependencies": {
63-
"chai": ">= 1.6.1 < 3"
63+
"chai": ">= 1.6.1 < 4"
6464
}
6565
}

0 commit comments

Comments
 (0)