gemercheung 3 年之前
父節點
當前提交
fd2efb75eb
共有 4 個文件被更改,包括 14 次插入4 次删除
  1. 1 1
      packages/core/package.json
  2. 1 1
      packages/types/package.json
  3. 6 1
      packages/utils/package.json
  4. 6 1
      packages/web/package.json

+ 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",