From 597076fb9cb7505d794c84f9e092166d95869800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edison=20Pe=C3=B1uela?= Date: Sat, 10 Apr 2021 15:32:25 -0500 Subject: [PATCH] 1.0.0 --- package.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 933f814..b2cf635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-import-export-content", - "version": "0.0.0", + "version": "0.1.0", "description": "This is a plugin for import and export content of collection types.", "strapi": { "name": "Import / Export Content", @@ -16,19 +16,29 @@ "get-urls": "^10.0.0", "lodash": "^4.17.21" }, - "author": { - "name": "Edison Peñuela", - "email": "edisonpe961206@hotmail.com" - }, + "author": "Edison Peñuela ", "maintainers": [ - { - "name": "Edison Peñuela", - "email": "edisonpe961206@hotmail.com" - } + "Edison Peñuela " ], "engines": { "node": ">=10.16.0 <=14.x.x", "npm": ">=6.0.0" }, - "license": "MIT" + "repository": { + "type": "git", + "url": "git+https://github.com/EdisonPeM/strapi-plugin-import-export-content.git" + }, + "keywords": [ + "strapi", + "plugin", + "strapi", + "import", + "content", + "export", + "content" + ], + "bugs": { + "url": "https://github.com/EdisonPeM/strapi-plugin-import-export-content/issues" + }, + "homepage": "https://github.com/EdisonPeM/strapi-plugin-import-export-content#readme" }