stevenbenner / jquery-powertip

:speech_balloon: A jQuery plugin that creates hover tooltips.
https://stevenbenner.github.io/jquery-powertip/
MIT License
821 stars 137 forks source link

Migrate PowerTip package from jQuery plugins to npm. #134

Closed stevenbenner closed 8 years ago

stevenbenner commented 9 years ago

The jQuery team have deprecated the jQuery Plugin Registry in favor of npm. The plugin registry is already locked and read only.

The following steps need to be completed:

This will revert #58.

This would also be a good time to add browserify support (See: #130).

stevenbenner commented 8 years ago

I have decided not to hook up an npm prepublish script for this due to npm/npm#10074. Since prepublish would run the Grunt build:npm task on local npm install it would clutter the Travis CI output and confuse any devs who end up seeing unexpected Grunt stuff happening on npm install.

If/when npm adds support for a lifecycle script that is only run before the npm publish command then I should add the Grunt build:npm task there.

Until that point, just make sure to run grunt build:npm before npm publish.

stevenbenner commented 8 years ago

Published to npm as version 1.3.0-rc.1 on the beta distribution tag.

Available for testing by running npm install jquery-powertip@beta.