decimal-js
decimal-js copied to clipboard
Update decimal npm package
trafficstars
Few days ago I fill issue to https://github.com/yarnpkg/yarn/issues/4998 about problem in engines section of your package and get response. You have in package.json engines section:
"engines": {
"node": ">=0.4.x"
}
but latest npm package don't contains ">=0.4.x" only "0.4.x" but it cause error in yarn. Can you update your npm package with latest package.json data from github repository?
I am also dealing with this issue.
+1
Blast from the past