epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 278 forks source link

Fix bower.json main declaration #168

Closed loopj closed 9 years ago

loopj commented 9 years ago

The main declaration in bower.json currently uses absolute paths for some reason, which breaks major bower tools such as main-bower-files.

This PR removes the initial path slash, as recommended in the bower.json spec.

tep-pl commented 9 years ago

+1

olivia commented 9 years ago

:+1:

olivierlemasle commented 9 years ago

:+1:

It breaks wiredep too, and probably every tool which conforms to the Bower specification.

rsandor commented 9 years ago

This also seems to fix a couple of outstanding issues. Thank you!