Closed srolel closed 8 years ago
CI fails because node 4 is used and ES6 features which aren't supported are used (they were used before as well, the tests were skipped and the module wasn't imported). I suggest setting the node version 6. Another solution is to install babel and have systemjs transpile the module.
See #107 Good work on the tests. Want to get to that soon for systemjs-hmr.
addresses #105
With the code in this commit I can use the package both in my electron app and an older web app where I tested. It introduces no breaking changes, naturally.
I also added some very basic tests.
JSPM played with config.js and package.json a bit, I've included that as well, let me know if that's not okay.