Skip to content

Commit

Permalink
fixed lint errors and warnings
Browse files Browse the repository at this point in the history
fixed tests as much as posible
fixed proper work of latest version of library (0.4.0)
  • Loading branch information
Sumechoo authored and gtaschuk committed Aug 6, 2018
1 parent e70fd0d commit d534e55
Show file tree
Hide file tree
Showing 29 changed files with 31,323 additions and 100 deletions.
49 changes: 9 additions & 40 deletions dist/react-schema-form.min.js

Large diffs are not rendered by default.

15,713 changes: 15,713 additions & 0 deletions example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
resolve: {
alias: {
// Use uncompiled version
//'react-schema-form': '../src'
//'react-schema-form': '../src',
react: path.resolve('./node_modules/react'),
'react-dom': path.resolve('./node_modules/react-dom')
}
Expand Down
Loading

0 comments on commit d534e55

Please sign in to comment.