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

fix(init): don't fail when there are no scripts #99

Merged
merged 1 commit into from
Feb 9, 2017

Conversation

kentcdodds
Copy link
Collaborator

What: Closes #89

Why: Because we want to be able to init even if you have no
scripts in your package.json

How: ES6 magic

Thanks for the bug report @gunnx!

**What**: Closes #89

**Why**: Because we want to be able to init even if you have no
`scripts` in your `package.json`

**How**: ES6 magic
@codecov-io
Copy link

codecov-io commented Feb 8, 2017

Codecov Report

Merging #99 into master will not impact coverage.

@@          Coverage Diff          @@
##           master    #99   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         260    260           
=====================================
  Hits          260    260
Impacted Files Coverage Δ
src/bin-utils/initialize/index.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 033bbda...277014d. Read the comment docs.

@kentcdodds
Copy link
Collaborator Author

Anyone wanna review and merge this? It's pretty small.

Copy link
Collaborator

@tleunen tleunen left a comment

Choose a reason for hiding this comment

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

lgtm ;)

@kentcdodds kentcdodds merged commit b80aa2b into master Feb 9, 2017
@kentcdodds kentcdodds deleted the pr/no-package-scripts branch February 9, 2017 16:52
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.

3 participants