Skip to content

Commit d691bfc

Browse files
committed
Merge pull request reduxjs#103 from johanneslumpe/adapter-fix
Use relative paths in entry files
2 parents e883098 + 45381cf commit d691bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/react-entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from 'lib/react';
1+
export * from './lib/react';

src/react-native-entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from 'lib/react-native';
1+
export * from './lib/react-native';

0 commit comments

Comments
 (0)