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

Deps fix #19

Merged
merged 9 commits into from
Jun 7, 2019
Merged

Deps fix #19

merged 9 commits into from
Jun 7, 2019

Conversation

prateekbh
Copy link
Owner

fixes #16

@jgierer12 can you please review package.json?

package.json Outdated
"webpack-cli": "^3.2.1"
},
"lint-staged": {
"src/**/*.js": [
Copy link
Collaborator

Choose a reason for hiding this comment

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

you can use {src,test}/**/*.js

also prettier --write should be enough

Copy link
Owner Author

Choose a reason for hiding this comment

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

done, thanks :)

Copy link
Owner Author

Choose a reason for hiding this comment

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

@ForsakenHarmony i had to re-open these because tests have fixtures/**/*.js and i din't knwo a good way of excluding them in this single statement

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Owner Author

Choose a reason for hiding this comment

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

gotcha thanks :), u da best

"ava": "^1.0.1",
"deepcopy": "^1.0.0",
"webpack": "^4.28.4"
"chalk": "^2.4.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

not kleur 🙃

Copy link
Owner Author

Choose a reason for hiding this comment

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

oh yes probably in next PR then

@prateekbh prateekbh merged commit 5d2c99d into master Jun 7, 2019
@prateekbh prateekbh deleted the deps-fix branch June 7, 2019 00:03
@jgierer12
Copy link

Oh I'm so sorry, I completely missed the notification for this as well as you asking me for a PR 😥

@jgierer12
Copy link

package.json looks good though 👍 thanks for the quick fix

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.

Switch dependencies and devDependencies
3 participants