Skip to content

Commit aa5c899

Browse files
committed
build: bootstrap, update imports/exports
1 parent d006baf commit aa5c899

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Serguei Okladnikov <[email protected]>",
99
"homepage": "https://github.com/oklas/react-app-alias",
1010
"license": "MIT",
11-
"main": "lib/index.js",
11+
"main": "src/index.js",
1212
"directories": {
1313
"src": "src",
1414
"test": "__tests__"
@@ -25,5 +25,8 @@
2525
},
2626
"bugs": {
2727
"url": "https://github.com/oklas/react-app-alias/issues"
28+
},
29+
"dependencies": {
30+
"react-app-alias": "^0.0.0"
2831
}
2932
}

packages/react-app-alias-ex/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const {
77
configPaths,
88
expandResolveAlias,
99
expandPluginsScope,
10-
} = require('./index')
10+
} = require('react-app-alias')
1111

1212
function requireEslintLoaderModule() {
1313
try {

0 commit comments

Comments
 (0)