Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

feat(index): add options validation (schema-utils) #78

Merged
merged 1 commit into from
Jun 13, 2017
Merged

Conversation

michael-ciniawsky
Copy link
Member

No description provided.

package.json Outdated
@@ -5,7 +5,8 @@
"description": "url loader module for webpack",
"dependencies": {
"loader-utils": "^1.0.2",
"mime": "1.3.x"
"mime": "1.3.x",
Copy link
Member

Choose a reason for hiding this comment

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

why don't use "mime": "^1.3.0"?

@michael-ciniawsky
Copy link
Member Author

Any objections against this PR, I would like to continue adding encoding support before finally finishing the defaults upgrade :)

package.json Outdated
@@ -9,7 +9,8 @@
},
"dependencies": {
"loader-utils": "^1.0.2",
"mime": "1.3.x"
"mime": "1.3.6",
Copy link
Member

Choose a reason for hiding this comment

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

why without ^, this will force us to constantly update and spend for this time 😞

Copy link
Member Author

Choose a reason for hiding this comment

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

done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants