Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴 (#166)
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* build: Revert greenkeeper bumps

Bumping ember-cli dependencies is breaking the build

* build: Prevent greenkeeper from bumping ember-cli dependencies in future
  • Loading branch information
greenkeeper[bot] authored and ynnoj committed May 21, 2017
1 parent b38dcf6 commit d3dae55
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 396 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# ember-cli-notifications

[![Greenkeeper badge](https://badges.greenkeeper.io/stonecircle/ember-cli-notifications.svg)](https://greenkeeper.io/)

[![Download count all time](https://img.shields.io/npm/dt/ember-cli-notifications.svg)](https://www.npmjs.com/package/ember-cli-notifications)
[![NPM package](https://img.shields.io/npm/v/ember-cli-notifications.svg)](https://www.npmjs.com/package/ember-cli-notifications) [![Build Status](https://img.shields.io/travis/stonecircle/ember-cli-notifications.svg)](https://travis-ci.org/stonecircle/ember-cli-notifications) [![Ember Observer Score](http://emberobserver.com/badges/ember-cli-notifications.svg)](http://emberobserver.com/addons/ember-cli-notifications) [![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate)

Expand Down
29 changes: 26 additions & 3 deletions package.json
Expand Up @@ -49,7 +49,7 @@
"ember-cli": "2.12.2",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-eslint": "^3.0.0",
"ember-cli-github-pages": "0.0.8",
"ember-cli-github-pages": "0.1.2",
"ember-cli-htmlbars-inline-precompile": "^0.3.6",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^3.1.0",
Expand All @@ -59,18 +59,41 @@
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.6.0",
"ember-radio-button": "1.0.7",
"ember-radio-button": "1.1.1",
"ember-resolver": "^2.0.3",
"ember-source": "~2.12.0",
"ember-themed-syntax": "0.0.7",
"loader.js": "^4.2.3",
"postcss-import": "^8.1.2"
"postcss-import": "^10.0.0"
},
"engines": {
"node": ">= 4"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://stonecircle.github.io/ember-cli-notifications"
},
"greenkeeper": {
"ignore": [
"broccoli-asset-rev",
"ember-ajax",
"ember-cli",
"ember-cli-babel",
"ember-cli-dependency-checker",
"ember-cli-eslint",
"ember-cli-htmlbars",
"ember-cli-htmlbars-inline-precompile",
"ember-cli-inject-live-reload",
"ember-cli-qunit",
"ember-cli-shims",
"ember-cli-sri",
"ember-cli-uglify",
"ember-disable-prototype-extensions",
"ember-export-application-global",
"ember-load-initializers",
"ember-resolver",
"ember-source",
"loader.js"
]
}
}

0 comments on commit d3dae55

Please sign in to comment.