aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Current version? #174

Closed deap82 closed 5 years ago

deap82 commented 5 years ago

Why is 0.6.1 set as current release here: https://github.com/aurelia/bundler/releases

But npm package page says 0.7.0; https://www.npmjs.com/package/aurelia-bundler

?

EisenbergEffect commented 5 years ago

It looks like we pushed to npm but forgot to tag the release here on GitHub. I've created the release now. Thanks for catching this. I apologize for the confusion.

If you are using this bundler, I'd also encourage you to look at the Aurelia CLI, which can also bundle for both require.js and system.js.