Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to enable Greenkeeper 🌴 #72

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Material Design Lite for Meteor
==============================================================================

[![Greenkeeper badge](https://badges.greenkeeper.io/Zodiase/meteor-mdl.svg)](https://greenkeeper.io/)

> Material Design Lite lets you add a Material Design look and feel to your websites. It doesn’t rely on any JavaScript frameworks and aims to optimize for cross-device use, gracefully degrade in older browsers, and offer an experience that is immediately accessible.
> - [getmdl.io](http://www.getmdl.io/index.html)

Expand Down
16 changes: 16 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"groups": {
"default": {
"packages": [
"integration-tests/dashboard/package.json",
"integration-tests/issue1/package.json",
"integration-tests/issue10/package.json",
"integration-tests/issue2/package.json",
"integration-tests/material-icons/package.json",
"integration-tests/sass/package.json",
"integration-tests/settings/package.json",
"meteor-package/package.json"
]
}
}
}
2 changes: 1 addition & 1 deletion integration-tests/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}
2 changes: 1 addition & 1 deletion integration-tests/issue1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}
2 changes: 1 addition & 1 deletion integration-tests/issue10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}
2 changes: 1 addition & 1 deletion integration-tests/issue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}
2 changes: 1 addition & 1 deletion integration-tests/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}
2 changes: 1 addition & 1 deletion integration-tests/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}
2 changes: 1 addition & 1 deletion integration-tests/settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.0"
"meteor-node-stubs": "~0.3.3"
}
}