components / jqueryui

Shim repository for jQuery UI.

Home Page:http://jqueryui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install with npm

valichek opened this issue · comments

package.json was removed in the latest release, but why??

because jquery-ui did already provide a package.json, but you've to build the jquery-ui.js for your own using grunt. Also the themes are not available, but base.

The used name jquery-ui in our old package.json got already used by jquery-ui. Actually the package.json was only a bulk copy of jquery-ui's package.json as it defines grunt and all the dev-stuff, we won't even use for this shim repository.

I could create the requested package.json, using the name component-jqueryui, but I won't register it at npm.

@RobLoach do you know if there is an automagically way to update a registered package at npm on a new commit, as packagist do?

thank you