Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 05e9525

Browse files
committed
Bump mocha and chai dependencies
1 parent 46c773d commit 05e9525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/app/templates/_bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "<%= slugname %>",
33
"private": true,
44
"dependencies": {
5-
"chai": "~1.8.0",
6-
"mocha": "~1.14.0"
5+
"chai": "~2.3.0",
6+
"mocha": "~2.2.4"
77
},
88
"devDependencies": {}
99
}

0 commit comments

Comments
 (0)