Skip to content

Commit 468e8ca

Browse files
committed
fix: package name needs to be unique
1 parent ad95102 commit 468e8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "strapi-plugin-versioning",
3-
"version": "0.0.0",
2+
"name": "strapi-plugin-versioning-mongo",
3+
"version": "1.0.0",
44
"description": "This is the description of the plugin.",
55
"strapi": {
66
"name": "versioning",

0 commit comments

Comments
 (0)