ConnorAtherton / walkway

An easy way to animate SVG elements.
http://connoratherton.com/walkway
MIT License
4.37k stars 229 forks source link

Correct broken "main" path in package.json #16

Closed BenConstable closed 9 years ago

BenConstable commented 9 years ago

package.json requires a relative path for the main script (ref). Currently, the library uses an absolute path and is broken when installing via NPM (I'm running version 1.4.28).

Fixing this will mean the library is usable with tools like Browserify.

ConnorAtherton commented 9 years ago

:+1: