babel-plugin-transform-currency-operators
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
{ | ||
"name": "babel-plugin-transform-currency-operators", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"homepage": "An experimental babel plugin for transforming currency.js operators", | ||
"description": "https://github.com/scurker/babel-plugin-transform-currency-operators", | ||
"main": "src/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"coverage": "nyc mocha --compilers js:babel-core/register ./test/index.js", | ||
"build": "rollup -c", | ||
"coverage": "BABEL_ENV=test nyc mocha --compilers js:babel-core/register ./test/index.js", | ||
"report:html": "nyc report --reporter=html", | ||
@@ -13,3 +14,4 @@ "report:text-lcov": "nyc report --reporter=text-lcov", | ||
"prettier": "prettier --single-quote --trailing-comma es5 --write '{src/**/*.js,test/**/*.js}'", | ||
"test": "mocha --compilers js:babel-core/register" | ||
"prepublish": "npm run build", | ||
"test": "BABEL_ENV=test mocha --compilers js:babel-core/register" | ||
}, | ||
@@ -24,3 +26,3 @@ "repository": { | ||
"files": [ | ||
"src" | ||
"dist" | ||
], | ||
@@ -40,7 +42,10 @@ "keywords": [ | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"eslint": "^4.6.1", | ||
"mocha": "^3.5.0", | ||
"mocha": "^4.0.0", | ||
"nyc": "^11.2.1", | ||
"prettier": "^1.6.1" | ||
"prettier": "^1.6.1", | ||
"rollup": "^0.50.0", | ||
"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
12105
11
4
162
1