Closed stevenbenner closed 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
.
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
.
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:
name
field in package.json. Related to pull request #126.This will revert #58.
This would also be a good time to add browserify support (See: #130).