summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 14 insertions, 17 deletions
diff --git a/package.json b/package.json
index 4ebd44c..78133a6 100644
--- a/package.json
+++ b/package.json
@@ -1,30 +1,27 @@
{
"name": "draggable-post-order",
"version": "1.0.0",
- "description": "",
- "author": "",
- "license": "MIT",
- "keywords": [],
- "homepage": "",
- "repository": "",
- "bugs": "",
- "main": "index.js",
+ "description": "Drag'n'drop posts to order them",
+ "author": "Daniel Weipert <code@drogueronin.de>",
+ "license": "GPL-2.0-or-later",
+ "keywords": [
+ "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",
+ "bugs": "https://gitlab.com/DRogueRonin/wp-plugin-draggable-post-order",
+ "main": "src/index.js",
"devDependencies": {
"@wordpress/scripts": "^12.6.0"
},
"scripts": {
"build": "wp-scripts build",
- "check-engines": "wp-scripts check-engines",
- "check-licenses": "wp-scripts check-licenses",
+ "start": "wp-scripts start",
"format:js": "wp-scripts format-js src",
- "lint:css": "wp-scripts lint-style src",
+ "format:css": "wp-scripts lint-style src -- --fix",
"lint:js": "wp-scripts lint-js src",
- "lint:md:docs": "wp-scripts lint-md-docs",
- "lint:md:js": "wp-scripts lint-md-js",
+ "lint:css": "wp-scripts lint-style src",
"lint:pkg-json": "wp-scripts lint-pkg-json",
- "packages-update": "wp-scripts packages-update",
- "start": "wp-scripts start",
- "test:e2e": "wp-scripts test-e2e",
- "test:unit": "wp-scripts test-unit-js"
+ "packages-update": "wp-scripts packages-update"
}
}