Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonPeM committed Apr 12, 2021
1 parent 9a64276 commit 597076f
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 <edisonpe961206@hotmail.com>",
"maintainers": [
{
"name": "Edison Peñuela",
"email": "edisonpe961206@hotmail.com"
}
"Edison Peñuela <edisonpe961206@hotmail.com>"
],
"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"
}

0 comments on commit 597076f

Please sign in to comment.