Skip to content

Commit 968991e

Browse files
author
Amir Tocker
committed
Update dependencies
1 parent 00190b7 commit 968991e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

bower.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
44
"version": "1.0.0",
55
"homepage": "https://github.com/cloudinary/cloudinary_angular",
6-
"license": "MIT",
6+
"license": "M",
77
"private": false,
88
"keywords": [
99
"angularjs",
@@ -41,6 +41,8 @@
4141
"samples",
4242
"spec",
4343
"karma*"
44-
45-
]
44+
],
45+
"devDependencies": {
46+
"angular-mocks": "^1.5.1"
47+
}
4648
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"karma-chrome-launcher": "^0.2.2",
3030
"karma-coverage": "~0.5",
3131
"karma-jasmine": "~0.3",
32-
"karma-phantomjs-launcher": "~0.2",
32+
"karma-phantomjs-launcher": "^1.0.0",
3333
"karma-story-reporter": "~0.3",
34-
"phantomjs": "~1.9"
34+
"phantomjs-prebuilt": "~2.1"
3535
}
3636
}

0 commit comments

Comments
 (0)