We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00190b7 commit 968991eCopy full SHA for 968991e
2 files changed
βbower.jsonβ
@@ -3,7 +3,7 @@
3
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
4
"version": "1.0.0",
5
"homepage": "https://github.com/cloudinary/cloudinary_angular",
6
- "license": "MIT",
+ "license": "M",
7
"private": false,
8
"keywords": [
9
"angularjs",
@@ -41,6 +41,8 @@
41
"samples",
42
"spec",
43
"karma*"
44
-
45
- ]
+ ],
+ "devDependencies": {
46
+ "angular-mocks": "^1.5.1"
47
+ }
48
}
βpackage.jsonβ
@@ -29,8 +29,8 @@
29
"karma-chrome-launcher": "^0.2.2",
30
"karma-coverage": "~0.5",
31
"karma-jasmine": "~0.3",
32
- "karma-phantomjs-launcher": "~0.2",
+ "karma-phantomjs-launcher": "^1.0.0",
33
"karma-story-reporter": "~0.3",
34
- "phantomjs": "~1.9"
+ "phantomjs-prebuilt": "~2.1"
35
36
0 commit comments