target / react-native-svg-parser

Parses SVG files and converts to 'react-native-svg' format objects. NOTE: This project has been archived.
MIT License
42 stars 16 forks source link

fix package.json name and main path #11

Closed keenjoe007 closed 6 years ago

keenjoe007 commented 6 years ago

Hi. Fixed an issue that could not be imported properly because package.json's main path was incorrect when installing with yarn. At the same time, I changed the name to a meaningful name, but if there is particular attention regarding this, I will return it.

a-r-d commented 6 years ago

@keenjoe007 this is a scoped package in npm, I would suggest using npm and it will should correctly

keenjoe007 commented 6 years ago

@a-r-d Is not it yarn, and using npm?

a-r-d commented 6 years ago

@keenjoe007 I am closing this - the 2 changes here cannot be merged because the scoped package name must not be changed, and the "lib/parser.js" is correct because that is file generated in the build script and published to npm