Skip to content

Commit a928679

Browse files
committed
fix(react-app-alias-ex): update deps version #62
1 parent 930ee59 commit a928679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports.jest = aliasJest(options)
119119
```js
120120
// craco.config.js
121121

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

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

packages/react-app-alias-ex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"url": "https://github.com/oklas/react-app-alias/issues"
4040
},
4141
"dependencies": {
42-
"react-app-alias": "^0.0.0"
42+
"react-app-alias": "^2.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)