From 08dac92ead9014827f92456e3cce566ad654678a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 22:31:20 +0000 Subject: Add .npmignore, LICENSE.txt, and update README.md - Created a .npmignore file to exclude unnecessary files and directories from npm packages. - Added LICENSE.txt to specify the licensing terms for the project. - Expanded README.md to include detailed plugin features, installation instructions, usage guidelines, and contribution information. - Updated package.json to reflect new repository URLs for issues and homepage. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 17cf723..fd816cf 100644 --- a/package.json +++ b/package.json @@ -69,11 +69,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+ssh://git@popov.link/valentineus/strapi-plugin-checkbox-list.git" + "url": "git+ssh://git@code.popov.link/valentineus/strapi-plugin-checkbox-list.git" }, "bugs": { - "url": "https://popov.link/valentineus/strapi-plugin-checkbox-list/issues" + "url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list/issues" }, - "homepage": "https://popov.link/valentineus/strapi-plugin-checkbox-list#readme", + "homepage": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list#readme", "author": "Valentin Popov " } -- cgit v1.2.3