openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

object-assign module really required when using rollup #138

Closed pke closed 4 years ago

pke commented 8 years ago

Rollup supports ES6 so it has the splash operator. Why this lib still depend on object-assign?

STAH commented 8 years ago

You're right. PR?

pke commented 8 years ago

Sure. Will do, always like to reduce dependencies and reduce bundle size. On the other hand PR do not seem to get merged often here it seems

STAH commented 8 years ago

Ah sorry, thinking about https://github.com/nashdot/accounting-js repository

pke commented 4 years ago

Closing this as https://github.com/nashdot/accounting-js seems to supersede this lib.