Skip to content

Commit

Permalink
[init] adds initial work for ember-cli-update on greenkeeper PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright committed Aug 9, 2018
1 parent c615a97 commit 3166201
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circle.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
npm-debug.log*
yarn-error.log
testem.log
package-lock.json

# ember-try
.node_modules.ember-try/
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"test": "ember test",
"deploy": "ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\"; git push; git checkout -",
"postpublish": "git tag $npm_package_version && git push origin --tags",
"test:all": "ember try:each"
"test:all": "ember try:each",
"update": "ember update --run-codemods"
},
"dependencies": {
"ember-app-scheduler": "^1.0.1",
Expand All @@ -79,6 +80,7 @@
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
"ember-cli-update": "^0.22.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
Expand Down

0 comments on commit 3166201

Please sign in to comment.