Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maduraPradeep committed Sep 11, 2019
1 parent 88ab2db commit 738e5d0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -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__/"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 738e5d0

Please sign in to comment.