Skip to content

Commit

Permalink
Merge pull request #63 from oklas/fix-62
Browse files Browse the repository at this point in the history
fix(react-app-alias-ex): update deps version #62
  • Loading branch information
oklas authored Mar 7, 2022
2 parents 930ee59 + a928679 commit 0c8be71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports.jest = aliasJest(options)
```js
// craco.config.js

const {CracoAliasPlugin} = require('react-app-rewire-alias')
const {CracoAliasPlugin} = require('react-app-alias')

const options = {} // default is empty for most cases

Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-alias-ex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/oklas/react-app-alias/issues"
},
"dependencies": {
"react-app-alias": "^0.0.0"
"react-app-alias": "^2.0.0"
}
}

0 comments on commit 0c8be71

Please sign in to comment.