krasimir / absurd

A JavaScript library with superpowers
http://absurdjs.krasimirtsonev.com/
MIT License
1.38k stars 90 forks source link

Add browser property to make absurd work well with bundlers #110

Closed src-code closed 9 years ago

src-code commented 9 years ago

Adding the browser field so that bundlers like webpack will automatically pick up the client-side version of absurd.

More on browser here: https://gist.github.com/defunctzombie/4339901

krasimir commented 9 years ago

Thanks @src-code

src-code commented 9 years ago

Thanks @krasimir! Not sure your plans for releases, but would love to see this one get out in a patch release, as it makes things a lot simpler when using Absurd client-side from Node + Webpack/Browserify. Thanks again!

krasimir commented 9 years ago

I was planning to release a new version today or lately tomorrow containing the change.

src-code commented 9 years ago

Awesome, thank you!

krasimir commented 9 years ago

@src-code It's done. There is a new 0.3.34 version released. It contains that browser field into its package.json.