arunisrael/angularjs-google-places

bower.json issue with "main" path

Opened this issue · 5 comments

The library fails to automatically integrate with a grunt build process. The "main" path provided in bower.json and .bower.json points to "google-places.js" instead of "src/angularjs-google-places.js".
I can see the right path in the repository, but when I bower install an version 0.1.0 gets installed with the old paths in "main". Did you register the update with bower?

Could you please correct the path?
Thanks

+1: should be an easy fix.

This is a pretty important update.. any chance we can get some movement on this?

PLEASE Update This. This BREAKS on yeoman scaffolded apps. This is a significant issue.

This version of bower.json below fixes the issue:

 {
  "name": "angularjs-google-places",
  "version": "0.1.0",
  "homepage": "https://github.com/arunisrael/angularjs-google-places",
  "authors": [
    "Arun Israel <arun.israel@gmail.com>"
  ],
  "description": "An angular.js wrapper around the Google Places API",
  "main": "src/angularjs-google-places.js",
  "keywords": [
    "google places",
    "angular.js"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
    "dependencies": {
    "angular": "~1.x"
  },
  "devDependencies": {
    "angular-mocks": "~1.x"
  }
 }

forked and it's available on bower via angularjs-google-places-service
If you want collaborate on that project, send me a message