Skip to content

Commit dc4919e

Browse files
turker0oguzhan.turker
authored andcommitted
fix: fix missing semicolon in babel config (#142)
Co-authored-by: oguzhan.turker <[email protected]>
1 parent fb0a358 commit dc4919e

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/expo-library/example

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/expo-library/example/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ module.exports = function (api) {
1919
],
2020
],
2121
};
22-
}
22+
};

0 commit comments

Comments
 (0)