babel-plugin-transform-currency-operators
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -30,3 +30,3 @@ 'use strict'; | ||
var compareOperators = ['===', '==', '>', '<', '>=', '<=']; | ||
var compareOperators = ['===', '==', '>', '<', '>=', '<=', '!=', '!==']; | ||
@@ -199,3 +199,4 @@ function transformCurrencyOperators(_ref) { | ||
return path$$1.replaceWith(buildExpression(path$$1, opts.methodName)); | ||
path$$1.replaceWith(buildExpression(path$$1, opts.methodName)); | ||
return; | ||
} | ||
@@ -202,0 +203,0 @@ |
{ | ||
"name": "babel-plugin-transform-currency-operators", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "An experimental babel plugin for transforming currency.js operators", | ||
@@ -38,12 +38,12 @@ "description": "https://github.com/scurker/babel-plugin-transform-currency-operators", | ||
"babel-core": "^6.26.0", | ||
"babel-plugin-tester": "^4.0.0", | ||
"babel-plugin-tester": "^5.0.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"eslint": "^4.6.1", | ||
"mocha": "^4.0.0", | ||
"nyc": "^11.2.1", | ||
"prettier": "^1.6.1", | ||
"rollup": "^0.51.1", | ||
"eslint": "^4.19.1", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.8.0", | ||
"prettier": "^1.13.3", | ||
"rollup": "^0.59.0", | ||
"rollup-plugin-babel": "^3.0.2" | ||
} | ||
} |
12356
5
163