Skip to content

Commit

Permalink
Removed flow + use rollup instead of babel + added events pageview an…
Browse files Browse the repository at this point in the history
…d click + use the new React v16 context and dropped support for older versions
  • Loading branch information
TriPSs committed Apr 4, 2018
1 parent 92b796e commit 5455d5c
Show file tree
Hide file tree
Showing 27 changed files with 5,632 additions and 7,657 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
__tests__
coverage
2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"extends" : [
"standard",
"airbnb",
"plugin:flowtype/recommended",
"plugin:jest/recommended"
],
"plugins": [
"babel",
"promise",
"flowtype",
"jest"
],
"env" : {
Expand Down
22 changes: 0 additions & 22 deletions .flowconfig

This file was deleted.

21 changes: 4 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
*

!__mocks__
!__mocks__/*
!types/**/*
!types
!.babelrc
!.editorconfig
!.eslintrc
!.flowconfig
!.gitignore
!.npmignore
!package.json
!package-lock.json
!readme.md
!src/**/*
!src
node_modules
.idea
lib
dist
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2016 HolidayCheck

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 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.
Loading

0 comments on commit 5455d5c

Please sign in to comment.