Skip to content

Commit

Permalink
Merge pull request #9 from CarMax/react-16
Browse files Browse the repository at this point in the history
React 16 Support
  • Loading branch information
ansario authored Sep 3, 2019
2 parents 0d00177 + d400c34 commit 6e76c83
Show file tree
Hide file tree
Showing 18 changed files with 10,585 additions and 22,531 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

12 changes: 2 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_size = 2
28 changes: 0 additions & 28 deletions .eslintrc

This file was deleted.

17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

15 changes: 7 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# ignore docs folder
docs/

# ignore test files
test/
jest.setup.js

# ignore source files
src/

# ignore development config files
.editorconfig
.eslintrc
.gitattributes
.gitignore
.travis.yml
.npmignore
webpack.config.js

# ignore test files
test/

# ignore source files
src/
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- node
- '5'
- '4'
before_script: npm test
script: npm run build
script: npm run build && npm run build-lib
deploy:
provider: npm
email: [email protected]
Expand Down
Loading

0 comments on commit 6e76c83

Please sign in to comment.