1
0
Fork 0

package.json.in (chai): Restrict version to satisfy chai-as-promised

master
Mike Gerwitz 2017-06-08 14:57:16 -04:00
parent 1bb5191e3e
commit 83fa4f717c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"easejs": "0.2.x"
},
"devDependencies": {
"chai": ">=1.9.1",
"chai": ">=1.9.1 < 4",
"chai-as-promised": ">=6.0.0",
"mocha": ">=1.18.2",
"sinon": ">=1.17.4",