Skip to content

[WIP] Spike of automatic package.json merging. - #70

Closed
rwjblue wants to merge 2 commits into
ember-cli:masterfrom
rwjblue:package-json-only-flag
Closed

[WIP] Spike of automatic package.json merging.#70
rwjblue wants to merge 2 commits into
ember-cli:masterfrom
rwjblue:package-json-only-flag

Conversation

@rwjblue

@rwjbluerwjblue commented Aug 15, 2017

Copy link
Copy Markdown
Member

TODO:

  • Tests
  • Review
  • Tests

Addresses #68

@rwjblue

Copy link
Copy Markdown
MemberAuthor

I have been able to run this successfully on a number of addons that I am updating. My workflow at the moment is basically:

ember-cli-update --ignore-conflicts
git checkout master package.json
ember-cli-update --package-json-only
git mergetool

Once I get tests in here we can consider running this automatically (or swap the flag to something like --process-package-json to run the normal update/patch then run the package.json merging code).

@kellyselden

Copy link
Copy Markdown
Member

You can now tell git-diff-apply to ignore package.json

@kellyselden

Copy link
Copy Markdown
Member

Brought to completion in #108

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rwjblue@kellyselden