Permalink
Browse files

Update dependencies

  • Loading branch information...
1 parent 00190b7 commit 968991e6c9ac3248a0878a57cd1e50f370ee06fc @tocker tocker committed Mar 16, 2016
Showing with 7 additions and 5 deletions.
  1. +5 −3 bower.json
  2. +2 −2 package.json
View
@@ -3,7 +3,7 @@
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"version": "1.0.0",
"homepage": "https://github.com/cloudinary/cloudinary_angular",
- "license": "MIT",
+ "license": "M",
"private": false,
"keywords": [
"angularjs",
@@ -41,6 +41,8 @@
"samples",
"spec",
"karma*"
-
- ]
+ ],
+ "devDependencies": {
+ "angular-mocks": "^1.5.1"
+ }
}
View
@@ -29,8 +29,8 @@
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "~0.5",
"karma-jasmine": "~0.3",
- "karma-phantomjs-launcher": "~0.2",
+ "karma-phantomjs-launcher": "^1.0.0",
"karma-story-reporter": "~0.3",
- "phantomjs": "~1.9"
+ "phantomjs-prebuilt": "~2.1"
}
}

0 comments on commit 968991e

Please sign in to comment.