summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-03-18 15:54:11 +0100
committerDaniel Weipert <code@drogueronin.de>2021-03-18 15:54:11 +0100
commit143df0bab5534c3423f60a0062b580ffe26360e7 (patch)
treed276332d14a655e2eaf0af7535d40bfdca7e1511 /package.json
parent26a80b7c2d4941abbfd51fd39459ac22612e18d7 (diff)
Fixes custom post type support
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 78133a6..3fda1a6 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,10 @@
"author": "Daniel Weipert <code@drogueronin.de>",
"license": "GPL-2.0-or-later",
"keywords": [
- "post-type", "custom-post-type", "order", "drag"
+ "post-type",
+ "custom-post-type",
+ "order",
+ "drag"
],
"homepage": "https://gitlab.com/DRogueRonin/wp-plugin-draggable-post-order",
"repository": "https://gitlab.com/DRogueRonin/wp-plugin-draggable-post-order",