Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
currently to consume this package, you need to be running a node environment as all the symbol tables get joined dynamically with 'path'.
Need to consider a browserify transform that gets triggered on 'npm prepublish' and packages up a pure javascript module.
https://www.npmjs.com/package/path-browserify and https://www.npmjs.com/package/brfs will probably do the trick.