Skip to content

Commit

Permalink
Fixing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed May 3, 2019
1 parent b1b5bba commit 85e9e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ or you can use ES6 named imports, e.g. `import { useModel } from 'hamus.js'`.

When using ES6 named imports you might run into missing dependency errors from hooks that you don't actually use in your project.
To resolve these errors, you either have to install the dependencies, or you can tranform the named import statements to individual
import statements with `[babel-plugin-import](https://github.com/ant-design/babel-plugin-import)`. The `.babelrc` file will look sth
import statements with `[babel-plugin-import](https://github.com/ant-design/babel-plugin-import)`. The `.babelrc` file will look something
like this:

```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,8 +25,8 @@
"react-use-promise": "0.2.0"
},
"peerDependencies": {
"picasso.js": "^0.x",
"picasso-plugin-q": "^0.x",
"picasso.js": ">=0.14.0",
"picasso-plugin-q": ">=0.14.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"enigma.js": "^2.0.0"
Expand Down

0 comments on commit 85e9e82

Please sign in to comment.