Skip to content

Commit aa59a66

Browse files
committed
chore: update ext name placeholder
1 parent af3bf14 commit aa59a66

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ignore-workspace-root-check=true
2+
node-linker=hoisted

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [name]
1+
# ext-name
22

3-
<a href="https://marketplace.visualstudio.com/items?itemName=antfu.[name]" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/antfu.[name].svg?color=eee&amp;label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
3+
<a href="https://marketplace.visualstudio.com/items?itemName=antfu.ext-name" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/antfu.ext-name.svg?color=eee&amp;label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
44

55
## Sponsors
66

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"publisher": "antfu",
3-
"name": "name",
4-
"displayName": "My Extension",
3+
"name": "ext-name",
4+
"displayName": "ext-name",
55
"version": "0.0.0",
66
"private": true,
77
"packageManager": "[email protected]",
88
"description": "",
99
"author": "Anthony Fu <[email protected]>",
1010
"license": "MIT",
1111
"funding": "https://github.com/sponsors/antfu",
12-
"homepage": "https://github.com/antfu/[name]#readme",
12+
"homepage": "https://github.com/antfu/ext-name#readme",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/antfu/[name]"
15+
"url": "https://github.com/antfu/ext-name"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/antfu/[name]/issues"
18+
"url": "https://github.com/antfu/ext-name/issues"
1919
},
2020
"sponsor": {
2121
"url": "https://github.com/sponsors/antfu"

0 commit comments

Comments
 (0)