gemercheung 3 年 前
コミット
fd2efb75eb

+ 1 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@medici/core",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "main": "dist/index",
   "types": "dist/index",
   "files": [

+ 1 - 1
packages/types/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@medici/types",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "main": "dist/index",
   "types": "dist/index",
   "files": [

+ 6 - 1
packages/utils/package.json

@@ -1,11 +1,16 @@
 {
   "name": "@medici/utils",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "main": "dist/index",
   "types": "dist/index",
   "files": [
     "dist"
   ],
+  "author": {
+    "name": "gemercheung",
+    "email": "gemercheung@gmail.com",
+    "url": "http://gemer.xyz/"
+  },
   "scripts": {
     "build": "pnpm run clean && pnpm run compile",
     "clean": "rimraf -rf ./dist",

+ 6 - 1
packages/web/package.json

@@ -1,11 +1,16 @@
 {
   "name": "@medici/web",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "main": "dist/index",
   "types": "dist/index",
   "files": [
     "dist"
   ],
+  "author": {
+    "name": "gemercheung",
+    "email": "gemercheung@gmail.com",
+    "url": "http://gemer.xyz/"
+  },
   "scripts": {
     "build": "pnpm run clean && pnpm run compile",
     "clean": "rimraf -rf ./dist",