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

Commit 7b0df07

Browse files
committed
Use new custom post type: jquery_plugin.
1 parent 3fd4d4b commit 7b0df07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-update.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ actions.addRelease = function( data, fn ) {
3333
}
3434

3535
fn( null, {
36-
type: "page",
36+
type: "jquery_plugin",
3737
status: "publish",
3838
title: package.title,
3939
content: package.description,
4040
date: date,
4141
termNames: {
42-
// TODO: Should we use a custom taxonomy name?
4342
post_tag: package.keywords.map(function( keyword ) {
4443
return keyword.toLowerCase();
4544
})

0 commit comments

Comments
 (0)