Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ganapativs committed Sep 14, 2019
1 parent d18f4de commit f2bab1a
Show file tree
Hide file tree
Showing 13 changed files with 915 additions and 1,315 deletions.
8 changes: 1 addition & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
],
"@babel/preset-react"
"@ganapativs/babel-preset-react"
]
}
40 changes: 1 addition & 39 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,41 +1,3 @@
{
"parser": "babel-eslint",
"extends": [
"eslint:recommended",
"airbnb-base",
"prettier",
"plugin:react/recommended",
"plugin:prettier/recommended"
],
"plugins": [
"babel",
"import",
"prettier"
],
"env": {
"browser": true,
"es6": true,
"node": false,
"mocha": false
},
"settings": {
"react": {
"version": "16.5.2"
}
},
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"modules": true,
"experimentalObjectRestSpread": true
}
},
"rules": {
"no-invalid-this": 0,
"babel/no-invalid-this": 2,
"prettier/prettier": "error"
},
"globals": {}
"extends": "@ganapativs/react"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dynamically load and render any react module(Component or an HOC) using dynamic import 🎉

Tiny(**around 1.17kb gzip**) dynamic module loader and renderer.
Tiny(**around 1.18kb gzip**) dynamic module loader and renderer.

👉 [DEMO](https://codesandbox.io/s/7pkk9)

Expand Down
18 changes: 11 additions & 7 deletions dist/react-dynamic-import.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-dynamic-import.es.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2bab1a

Please sign in to comment.