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

docs: Add some documentation on migrating to v7. #222

Merged
merged 3 commits into from
Aug 31, 2018
Merged

docs: Add some documentation on migrating to v7. #222

merged 3 commits into from
Aug 31, 2018

Conversation

misteroneill
Copy link
Member

@misteroneill misteroneill commented Aug 30, 2018

Figured this would be useful as we go through and update a bunch of our projects.

If you have made no customizations, the simplest process may be to remove some or all of the following:

- `dependencies`, `devDependencies`, and/or `scripts` from `package.json`
- `package-lock.json`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scripts in the scripts/* directory as well as test/karma.conf.js. That may apply to the method below this as well

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, test/index.html. Added it.

README.md Outdated
- `src/*`
- `test/*.test.js`
- `README.md`
- ...others?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think thats about it.

@misteroneill misteroneill merged commit 5bec27c into master Aug 31, 2018
@misteroneill misteroneill deleted the doc branch August 31, 2018 20:30
Sign up for free to 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