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

bower.json doesn't contain main. Gets ignored by build steps #20

Closed
lance-sims opened this issue Feb 11, 2015 · 1 comment
Closed

bower.json doesn't contain main. Gets ignored by build steps #20

lance-sims opened this issue Feb 11, 2015 · 1 comment

Comments

@lance-sims
Copy link

I tried to pull the code and update the bower with a main of media.match.js, but the bower file is missing when I git checkout 09cc0dda6521a876a2a5032b6eec28743d331956.

Could you put a main into the 2.0.2 bower.json?

{
"name": "media-match",
"main" :"media.match.js",
"homepage": "https://github.com/weblinc/media-match",
"version": "2.0.2",
"_release": "2.0.2",
"_resolution": {
"type": "version",
"tag": "v2.0.2",
"commit": "09cc0dda6521a876a2a5032b6eec28743d331956"
},
"_source": "git://github.com/weblinc/media-match.git",
"_target": "~2.0.2",
"_originalSource": "media-match"
}

@meowsus
Copy link

meowsus commented Jul 22, 2016

There ya go. Sorry about the delay!

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

No branches or pull requests

2 participants