Skip to content

Commit e7def98

Browse files
committed
Merge pull request #42 from VisualTesting/fix/dep-chai
Moving chai-as-promised to be a regular dep
2 parents 6b4663e + 4a81376 commit e7def98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"bluebird": "^2.9.13",
66
"body-parser": "~1.12.0",
77
"chai": "^2.1.1",
8+
"chai-as-promised": "^4.2.0",
89
"compression": "~1.4.1",
910
"errorhandler": "~1.3.4",
1011
"express": "~4.12.2",
@@ -25,7 +26,6 @@
2526
"tar.gz": "^0.1.1"
2627
},
2728
"devDependencies": {
28-
"chai-as-promised": "^4.2.0",
2929
"chai-shallow-deep-equal": "^1.3.0",
3030
"coveralls": "^2.11.2",
3131
"grunt-contrib-watch": "~0.5.2",

0 commit comments

Comments
 (0)