From 897c040f6d4f82e756a1bd9d187c3b3e66bc103a Mon Sep 17 00:00:00 2001 From: ZimNovich Date: Wed, 18 Nov 2020 15:49:43 +0300 Subject: [PATCH] Added all the files --- mxn-jsx-transpiler.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mxn-jsx-transpiler.js b/mxn-jsx-transpiler.js index e77a046..bed0bd0 100644 --- a/mxn-jsx-transpiler.js +++ b/mxn-jsx-transpiler.js @@ -216,7 +216,7 @@ var MXNJSXConv = function(code, options) return formattedCode; }; -MXNJSXConv.version = "0.8.5"; +MXNJSXConv.version = "0.8.7"; // export the module module.exports = MXNJSXConv; diff --git a/package.json b/package.json index 3a7a900..daeaa18 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mxn-jsx-transpiler", "main": "mxn-jsx-transpiler.js", "description": "Transpiles JSX to regular JavaScript", - "version": "0.8.5", + "version": "0.8.7", "homepage": "https://github.com/ZimNovich/mxn-jsx-transpiler", "license": "MIT", "author": {