From 738e5d018fc5a89f8de3093ba8da438d278ebd09 Mon Sep 17 00:00:00 2001 From: madura Date: Wed, 11 Sep 2019 20:54:57 +0530 Subject: [PATCH] update version --- .babelrc | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .babelrc diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..69ec1df --- /dev/null +++ b/.babelrc @@ -0,0 +1,37 @@ +{ + "presets": [ + [ + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-preset-env\\lib\\index.js", + { + "loose": true, + "modules": "commonjs" + } + ], + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-preset-react\\lib\\index.js", + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-preset-stage-1\\lib\\index.js" + ], + "plugins": [ + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-transform-decorators-legacy\\lib\\index.js", + [ + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-transform-react-remove-prop-types\\lib\\index.js", + { + "mode": "wrap" + } + ], + [ + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-transform-runtime\\lib\\index.js", + { + "helpers": false, + "polyfill": false, + "regenerator": true + } + ], + "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-add-module-exports\\lib\\index.js" + ], + "ignore": [ + ".spec.js", + ".test.js", + "-test.js", + "/__tests__/" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index a488234..9d9581b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactbootstrap-wizard-rb", - "version": "1.0.6", + "version": "1.0.7", "description": "reactbootstrap-wizard React component", "main": "lib/index.js", "module": "es/index.js",