Closed akserg closed 7 years ago
Hi,
Thanks for the nice library.
Yes in your case adding the correct URLs to the same category should work.
I.e. add the entry (https://github.com/akserg/ng2-dnd
, https://www.npmjs.com/package/ng2-dnd
) to Drag and Drop
.
For future readers where both the GitHub URL and the npm URL is wrong;
You shouldn't directly add the entry with both corrected GitHub URL and npm URL. (Otherwise the library will end up having two entries.)
Instead following would work;
https://github.com/org/correct-name
, https://www.npmjs.com/package/wrong-name
) to Same Category
.https://github.com/org/correct-name
, https://www.npmjs.com/package/correct-name
) to Same Category
.Regards, Romuald.
See previous answer.
Hi,
Thank you for your project.
I'm the owner of the ng2-dnd (https://github.com/akserg/ng2-dnd) project. Someone added my project into your resource with the wrong name and url:
Can we somehow fix it with right information:
Regards, Sergey.