diff --git a/README.md b/README.md index d40c82f..d81bfaf 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ An [AngularJS](http://angularjs.org/) directive to work with David Desandro's [P ## Usage -1. `bower install --save angular-packery` +1. `bower install --save git@github.com:htapal/angular-packery.git` 2. Add `wu.packery` to your application's module dependencies. 2. Include dependencies in your HTML. 3. Use the `packery` directive. ## Example -See the [homepage](http://passy.github.io/angular-packery) for a live example. - ```html
diff --git a/bower.json b/bower.json index 7a84bd8..388a2a4 100644 --- a/bower.json +++ b/bower.json @@ -16,7 +16,8 @@ "package.json" ], "dependencies": { - "packery": "~1.2.4", + "jquery-bridget": "~1.1.0", + "packery": "~1.3.2", "angular": "~1.2.0", "jquery": "~2.1.0", "imagesloaded": "~3.1.0"