babel-plugin-transform-currency-operators
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0
{ | ||
"name": "babel-plugin-transform-currency-operators", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0", | ||
"homepage": "An experimental babel plugin for transforming currency.js operators", | ||
@@ -9,3 +9,3 @@ "description": "https://github.com/scurker/babel-plugin-transform-currency-operators", | ||
"build": "rollup -c", | ||
"coverage": "BABEL_ENV=test nyc mocha --compilers js:babel-core/register ./test/index.js", | ||
"coverage": "BABEL_ENV=test nyc mocha --require babel-core/register ./test/index.js", | ||
"report:html": "nyc report --reporter=html", | ||
@@ -16,3 +16,3 @@ "report:text-lcov": "nyc report --reporter=text-lcov", | ||
"prepublish": "npm run build", | ||
"test": "BABEL_ENV=test mocha --compilers js:babel-core/register" | ||
"test": "BABEL_ENV=test mocha --require babel-core/register" | ||
}, | ||
@@ -47,5 +47,5 @@ "repository": { | ||
"prettier": "^1.6.1", | ||
"rollup": "^0.50.0", | ||
"rollup": "^0.51.1", | ||
"rollup-plugin-babel": "^3.0.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
12088