Skip to content

Commit

Permalink
chore(version): bringing composition and v2.0.0
Browse files Browse the repository at this point in the history
chore(version): bringing composition and v2.0.0
  • Loading branch information
Marvin Frachet committed Apr 27, 2019
1 parent 282b576 commit 3b08b58
Show file tree
Hide file tree
Showing 113 changed files with 5,576 additions and 4,812 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"jsx-a11y/href-no-hash": "off",
"import/no-extraneous-dependencies": "off",
"react/no-array-index-key": "off",
"import/no-cycle": "off"
"import/no-cycle": "off",
"import/prefer-default-export": "off",
"no-plusplus": "off"
},
"env": {
"jest": true
Expand Down
47 changes: 0 additions & 47 deletions .flowconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
docs
book
ANIMATIONS.md
API.md
src/**/*.test.js
src/**/*.spec.js
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "9"
- "11"
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
25 changes: 0 additions & 25 deletions ANIMATIONS.md

This file was deleted.

171 changes: 0 additions & 171 deletions API.md

This file was deleted.

102 changes: 0 additions & 102 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2018 Marvin Frachet
Copyright (c) 2004-Today Marvin Frachet

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit 3b08b58

Please sign in to comment.