Skip to content

Commit 0c46bca

Browse files
author
jonatansalas
committed
General changes:
- #1 Start to work on AutoForm component - #2 Add LayoutProvider - Add test folder to all packages - Add .babelrc config to all packages - Add babel dependencies to all packages - Add .gitignore to exclude node_modules in all packages
1 parent dade499 commit 0c46bca

File tree

19 files changed

+6568
-3
lines changed

19 files changed

+6568
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.idea/modules.xml
77
.idea/redux-autoform-next.iml
88
.idea/workspace.xml
9+
node_modules
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"presets": ["es2015", "stage-0", "react"],
3+
"plugins": ["transform-decorators-legacy"]
4+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
node_modules

packages/redux-autoform-bootstrap/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,19 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "Redux Autoform",
10-
"license": "MIT"
10+
"license": "MIT",
11+
"devDependencies": {
12+
"babel-cli": "^6.24.1",
13+
"babel-core": "^6.24.1",
14+
"babel-loader": "^7.0.0",
15+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
16+
"babel-polyfill": "^6.23.0",
17+
"babel-preset-es2015": "^6.24.1",
18+
"babel-preset-react": "^6.24.1",
19+
"babel-preset-stage-0": "^6.24.1",
20+
"babel-register": "^6.24.1",
21+
"react": "^15.5.4",
22+
"react-bootstrap": "^0.31.0",
23+
"react-dom": "^15.5.4"
24+
}
1125
}

packages/redux-autoform-bootstrap/test/text.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)