w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

npm registry published package is incorrect #83

Open Sherpard opened 6 years ago

Sherpard commented 6 years ago

The package that has been uploaded to https://www.npmjs.com/package/w20 is not w20.

It is w20-material plugin.

This forbids the use of npm / yarn to manage w20. leaving only bower as the only package manager (which is deprecated)

jmmartinez84 commented 6 years ago

Hi Xian, w20 over npm is not ready yet. If you want to test it you can download my fork for experimental purposes https://github.com/jmmartinez84/w20 Sorry for the inconvenience

Sherpard commented 6 years ago

Hello Jose I've made a few test with the branch you had on your private repository. Just tweaked a few libs to reduce the "deprecation" warnings that npm throws up. and made sure that it worked with yarn.

I've done a pull request to your repository

May you be able to publish it to npm registry, even as a RC instead of a fully fledged release.