instantsearch / instantsearch-googlemaps

DEPRECATED
MIT License
15 stars 7 forks source link

Compatibily with instantsearch.js v1.0.0 ? #1

Closed Spone closed 8 years ago

Spone commented 8 years ago

I have these packages in my package.json:

"instantsearch.js": "^1.0.0",
"instantsearch-googlemaps": "^1.1.2",

When I npm install, I have this error:

npm ERR! peerinvalid The package instantsearch.js does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer instantsearch-googlemaps@1.1.2 wants instantsearch.js@^0.10.0

Shouldn't instantsearch-googlemaps be compatible with the instantsearch.js v1.0.0 ?

Thanks

vvo commented 8 years ago

oops! this slipped of my todo. Doing it right now. Thanks

vvo commented 8 years ago

Ok released as 1.1.3:

npm install instantsearch-googlemaps@1.1.3 --save-dev
Spone commented 8 years ago

:+1: