summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-06 01:31:20 +0300
committerValentin Popov <valentin@popov.link>2026-02-06 01:31:20 +0300
commit08dac92ead9014827f92456e3cce566ad654678a (patch)
tree16ec6986bc88f33b6d0e094660cee25956bba933 /package.json
parentd387c7bf8ae7711858b3348a6efa28bfeb8e878b (diff)
downloadstrapi-plugin-checkbox-list-08dac92ead9014827f92456e3cce566ad654678a.tar.xz
strapi-plugin-checkbox-list-08dac92ead9014827f92456e3cce566ad654678a.zip
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.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
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 <valentin@popov.link>"
}