eugenehp / react-native-uuid

UUID generation for react-native.
MIT License
256 stars 36 forks source link

fix: fix invalid JSON error by renaming babel.config.json to babel.co… #22

Closed eufelipe closed 1 year ago

eufelipe commented 1 year ago

This merge request fixes an issue where the babel.config.json file contained an invalid character that resulted in a "JSON5: invalid character 'm' at 1:1" error.

The solution to this problem was to rename the file to a valid format, which has been done by renaming the file to babel.config.js. The commit message for this change follows the convention of semantic commits and is as follows:

fix: fix invalid JSON error by renaming babel.config.json to babel.config.js

I have tested this solution and can confirm that the issue has been resolved.

Please let me know if you have any feedback or if there's anything else I can do to help. Thank you!

tmaly1980 commented 7 months ago

@eufelipe Was this ever published to NPM? I'm still running into the issue.

eugenehp commented 7 months ago

@tmaly1980 https://github.com/eugenehp/react-native-uuid/releases/tag/2.0.2 https://www.npmjs.com/package/react-native-uuid/v/2.0.2