Skip to content

Commit

Permalink
Merge pull request #9 from davidnguyen179/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
davidnguyen11 authored Feb 5, 2019
2 parents b67a4d8 + 42eb7cc commit 47bfa22
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 8,532 deletions.
8 changes: 7 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "react-app"
"extends": "react-app",
"settings": {
"react": {
"pragma": "React",
"version": "15"
}
}
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

# testing
/coverage
/flow-coverage

# production
/build
/dist

# webstorm
/.idea
Expand All @@ -22,3 +24,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

package-lock.json
yarn.lock
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ cache:
directories:
- node_modules
node_js: '8'
before_install:
- rm yarn.lock
install: yarn install
script:
- yarn validate
Expand Down
147 changes: 0 additions & 147 deletions dist/Pagination.js

This file was deleted.

190 changes: 0 additions & 190 deletions dist/__tests__/Pagination.snapshot.test.js

This file was deleted.

Loading

0 comments on commit 47bfa22

Please sign in to comment.