Skip to content

Commit b552564

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

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)