From 47069067c09bb310fe20f62ab1a22c036ba76183 Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Wed, 8 Sep 2021 11:51:46 +0100 Subject: [PATCH] Add repository, correct license, update version #5 --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d378e58..322973e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { "name": "sb-post-edit-block", - "version": "0.0.0", + "version": "0.3.0", "description": "Post edit block to allow direct editing of the post", "author": "bobbingwide", - "license": "GPLv3", + "license": "GPL-2.0-or-later", + "repository": { + "type": "git", + "url": "git://github.com/bobbingwide/sb-post-edit-block.git" + }, "main": "build/index.js", "scripts": { "build": "wp-scripts build",