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(bower.json): change main field to target the dist file #14

Merged
merged 3 commits into from
Aug 6, 2016

Conversation

nueko
Copy link
Contributor

@nueko nueko commented Aug 3, 2016

CMIIW

Fix the wrong main path and improve dependencies version.
@@ -2,7 +2,7 @@
"name": "localforage-cordovasqlitedriver",
"version": "1.4.1",
"main": [
"src/localforage-cordovasqlitedriver.js"
"dist/localforage-cordovasqlitedriver.js"
Copy link
Owner

Choose a reason for hiding this comment

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

You are totally right. Nice catch 👍 I probably forgot to change it while migrating to rollup.

@thgreasi
Copy link
Owner

thgreasi commented Aug 6, 2016

Please just revert the dependency version change and we can merge this "as is" (prefer not to do it myself so you can have all the credits).

@nueko
Copy link
Contributor Author

nueko commented Aug 6, 2016

Ah, I don't care about the credit.
but i will try.

@thgreasi thgreasi changed the title I think we have problem with bower.json fix(bower.json): change main field to target the dist file Aug 6, 2016
@thgreasi thgreasi merged commit 30576bb into thgreasi:master Aug 6, 2016
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