Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit 9a18074

Browse files
Publish: Added note about the plugins website's deprecation
Fixes jquery/jquery.com#134
1 parent 51a4dbe commit 9a18074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/docs/publish.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Publishing your plugin on the site is a three step process:
66

7+
<div class="warning">
8+
The jQuery Plugin Registry is in read-only mode. New plugin releases will not be processed. We recommend moving to <a href="https://www.npmjs.com/">npm</a>, using "<a href="https://www.npmjs.org/browse/keyword/jquery-plugin">jquery-plugin</a>" as the keyword in your package.json. The npm blog has <a href="http://blog.npmjs.org/post/111475741445/publishing-your-jquery-plugin-to-npm-the-quick">instructions for publishing your plugin to npm</a>.
9+
</div>
10+
711
## Add a Service Hook
812

913
First, you'll need to enable the jQuery Plugins service hook on GitHub. On the

0 commit comments

Comments
 (0)