Merge branch 'develop' into 'master'
Basic plugin functionality See merge request !1
No related branches found
No related tags found
.gitignore
0 → 100644
... | @@ -4,10 +4,10 @@ | ... | @@ -4,10 +4,10 @@ |
"description": "Slash command to record completed tasks as WordPress posts", | "description": "Slash command to record completed tasks as WordPress posts", | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | "dependencies": { | ||
"body-parser": "*", | |||
"express": "*", | "express": "*", | ||
"request": "*", | "body-parser": "*", | ||
"wpapi": "*" | "wpapi": "*", | ||
"striptags": "*" | |||
}, | }, | ||
"devDependencies": {}, | "devDependencies": {}, | ||
"scripts": { | "scripts": { | ||
... | @@ -19,6 +19,6 @@ | ... | @@ -19,6 +19,6 @@ |
"url": "git+https://ethitter@git.ethitter.com/open-source/slash-done.git" | "url": "git+https://ethitter@git.ethitter.com/open-source/slash-done.git" | ||
}, | }, | ||
"author": "ethitter", | "author": "ethitter", | ||
"license": "GPLv2", | "license": "GPL-2.0+", | ||
"homepage": "https://git.ethitter.com/open-source/slash-done" | "homepage": "https://git.ethitter.com/open-source/slash-done" | ||
} | } |
Please register or sign in to comment