Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit bad34f0

Browse files
committed
chore: update karma, fix package.json
Since NPM 1.3, name is mandatory attribute. Updating Karma to latest @canary means we can use it together with WebStorm Karma plugin!
1 parent f6d2742 commit bad34f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
{ "dependencies" :
2-
{ "karma" : "canary-dart"
3-
, "karma-dart" : "canary"
1+
{
2+
"name": "angular.dart",
3+
"dependencies" : {
4+
"karma" : "canary",
5+
"karma-dart" : "canary"
46
}
57
}

0 commit comments

Comments
 (0)