From ad35c9429d8cd7830fa53e5b70f1b98e4d4fa0e1 Mon Sep 17 00:00:00 2001 From: yuyinws Date: Sat, 27 Apr 2024 10:11:21 +0800 Subject: [PATCH] chore: ext info --- .github/FUNDING.yml | 1 - LICENSE | 2 +- README.md | 10 +--------- package.json | 19 +++++++------------ 4 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index b7e0ede..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [antfu] diff --git a/LICENSE b/LICENSE index 7d71216..150e00f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Anthony Fu +Copyright (c) 2024 yuyinws Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f92f3c1..9cdbeba 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ # ext-name -Visual Studio Marketplace Version - -## Sponsors - -

- - - -

+Visual Studio Marketplace Version ## License diff --git a/package.json b/package.json index 67deed3..7742e0d 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,19 @@ { - "publisher": "antfu", - "name": "ext-name", - "displayName": "ext-name", + "publisher": "yuyinws", + "name": "nuxt-module-intellisense", + "displayName": "Nuxt Module Intellisense", "version": "0.0.0", "private": true, - "packageManager": "pnpm@8.10.5", "description": "", - "author": "Anthony Fu ", + "author": "yuyinws", "license": "MIT", - "funding": "https://github.com/sponsors/antfu", - "homepage": "https://github.com/antfu/ext-name#readme", + "homepage": "https://github.com/yuyinws/nuxt-module-intellisense#readme", "repository": { "type": "git", - "url": "https://github.com/antfu/ext-name" + "url": "https://github.com/yuyinws/nuxt-module-intellisense" }, "bugs": { - "url": "https://github.com/antfu/ext-name/issues" - }, - "sponsor": { - "url": "https://github.com/sponsors/antfu" + "url": "https://github.com/yuyinws/nuxt-module-intellisense/issues" }, "categories": [ "Other"