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

Update dependencies to enable Greenkeeper 🌴 #196

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AngularJS Masonry Directive [![Build Status](https://travis-ci.org/passy/angular-masonry.svg?branch=master)](https://travis-ci.org/passy/angular-masonry)[![Dependency Status](https://gemnasium.com/passy/angular-masonry.svg)](https://gemnasium.com/passy/angular-masonry) [![Code Climate](https://codeclimate.com/github/passy/angular-masonry/badges/gpa.svg)](https://codeclimate.com/github/passy/angular-masonry)

[![Greenkeeper badge](https://badges.greenkeeper.io/passy/angular-masonry.svg)](https://greenkeeper.io/)

[Homepage](https://passy.github.io/angular-masonry)

An [AngularJS 1](https://angularjs.org/) directive to work with David Desandro's [Masonry](http://masonry.desandro.com/).
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.17.0",
"main": "index.js",
"devDependencies": {
"grunt": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-karma": "^0.12.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-karma": "^2.0.0",
"grunt-ng-annotate": "^3.0.0",
"jasmine-core": "^2.2.0",
"karma": "^0.13.21",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.5",
"karma": "^1.7.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"phantomjs": "^2.1.3",
Expand Down