Closed BenConstable closed 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).
package.json
main
1.4.28
Fixing this will mean the library is usable with tools like Browserify.
:+1:
package.json
requires a relative path for themain
script (ref). Currently, the library uses an absolute path and is broken when installing via NPM (I'm running version1.4.28
).Fixing this will mean the library is usable with tools like Browserify.