Skip to content

Commit

Permalink
feat: welcome loadable
Browse files Browse the repository at this point in the history
BREAKING CHANGE: API has completely changed, see documentation.
  • Loading branch information
gregberge committed Oct 29, 2018
1 parent 3a42604 commit 4dffad7
Show file tree
Hide file tree
Showing 108 changed files with 5,832 additions and 11,114 deletions.
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
/coverage/
/dist/
__fixtures__/
dist/
lib/
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"react/jsx-filename-extension": ["error", { "extensions": [".js"] }],
"react/jsx-wrap-multilines": "off",
"react/no-unused-state": "off",
"react/destructuring-assignment": "off"
"react/destructuring-assignment": "off",
"react/prop-types": "off"
}
}
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
/dist/
dist/
lib/
/coverage/
bundle-stats.html
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
__fixtures__/
CHANGELOG.md
package.json
lerna.json
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- 10

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH="$HOME/.yarn/bin:$PATH"

script:
Expand All @@ -17,8 +17,8 @@ notifications:
cache:
yarn: true
directories:
- ".eslintcache"
- "node_modules"
- '.eslintcache'
- 'node_modules'

git:
depth: 5
Loading

0 comments on commit 4dffad7

Please sign in to comment.