visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 686 forks source link

remotes property in component.json produces error #71

Open axelpale opened 9 years ago

axelpale commented 9 years ago

The following line in component.json produces error when I run $ component install (component 1.1.0, OS X 10.9.5):

"remotes": ["https://raw.githubusercontent.com"],

The error message: fatal : no remote found for dependency "component/has-translate3d".

This is because move is a public component and component.json specification clearly states that the public component must not contain any remotes. The specification has probably updated since move's component.json was created.

Removing the line removes the error and the component can be installed.

I have included the fix into the pull request #70.