فهرست منبع

[create]Add --provenance

dufu1991 3 سال پیش
والد
کامیت
9aa77acc51
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      packages/create-stdf/package.json

+ 4 - 3
packages/create-stdf/package.json

@@ -1,6 +1,6 @@
 {
 {
 	"name": "create-stdf",
 	"name": "create-stdf",
-	"version": "0.0.45",
+	"version": "0.0.46",
 	"description": "A CLI for creating new STDF projects",
 	"description": "A CLI for creating new STDF projects",
 	"bin": {
 	"bin": {
 		"create-stdf": "index.js"
 		"create-stdf": "index.js"
@@ -39,14 +39,15 @@
 		"vite"
 		"vite"
 	],
 	],
 	"author": "dufu1991",
 	"author": "dufu1991",
+	"funding": "https://paypal.me/dufu1991",
 	"license": "MIT",
 	"license": "MIT",
 	"type": "module",
 	"type": "module",
 	"homepage": "https://github.com/dufu1991/stdf/blob/main/packages/create-stdf/README.md",
 	"homepage": "https://github.com/dufu1991/stdf/blob/main/packages/create-stdf/README.md",
 	"repository": {
 	"repository": {
 		"type": "git",
 		"type": "git",
-		"url": "https://github.com/dufu1991/stdf/tree/main/packages/create-stdf"
+		"url": "https://github.com/dufu1991/stdf"
 	},
 	},
 	"bugs": {
 	"bugs": {
-		"url": "https://github.com/dufu1991/stdf/issues?q=is:issue+is:open+create-stdf"
+		"url": "https://github.com/dufu1991/stdf/issues?q=is:issue+is:open+create"
 	}
 	}
 }
 }