Updated the package.json

This commit is contained in:
Sambo Chea 2022-05-17 08:20:53 +07:00
parent 97fd4eeb39
commit 00e971c326
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -1,6 +1,5 @@
{
"name": "@cubetiq/muui",
"private": true,
"version": "0.0.1",
"author": {
"name": "Sambo Chea",
@ -73,5 +72,8 @@
"sourceType": "module"
}
},
"dependencies": {}
"dependencies": {},
"publishConfig": {
"access": "public"
}
}