Skip to content

Commit 449c0c3

Browse files
committed
chore: update project config
1 parent bc7cae8 commit 449c0c3

File tree

5 files changed

+412
-547
lines changed

5 files changed

+412
-547
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
# ext-name
1+
# source-map-visualization
22

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>
4-
5-
## Sponsors
6-
7-
<p align="center">
8-
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
9-
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.png'/>
10-
</a>
11-
</p>
3+
<a href="https://marketplace.visualstudio.com/items?itemName=colder.source-map-visualization" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/colder.source-map-visualization.svg?color=eee&amp;label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
124

135
## License
146

15-
[MIT](./LICENSE) License © 2022 [Anthony Fu](https://github.com/antfu)
7+
[MIT](./LICENSE) License © 2022 [Colder](https://github.com/cncolder)

package.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"publisher": "antfu",
3-
"name": "ext-name",
4-
"displayName": "ext-name",
5-
"version": "0.0.0",
2+
"publisher": "colder",
3+
"name": "source-map-visualization",
4+
"displayName": "Source Map Visualization",
5+
"version": "0.1.0",
66
"private": true,
7-
"packageManager": "pnpm@7.8.0",
8-
"description": "",
9-
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
7+
"packageManager": "pnpm@7.13.6",
8+
"description": "A simple visualization of source map data",
9+
"author": "Colder",
1010
"license": "MIT",
11-
"funding": "https://github.com/sponsors/antfu",
12-
"homepage": "https://github.com/antfu/ext-name#readme",
11+
"homepage": "https://github.com/cncolder/vscode-source-map-visualization",
1312
"repository": {
1413
"type": "git",
15-
"url": "https://github.com/antfu/ext-name"
14+
"url": "https://github.com/cncolder/vscode-source-map-visualization"
1615
},
1716
"bugs": {
18-
"url": "https://github.com/antfu/ext-name/issues"
19-
},
20-
"sponsor": {
21-
"url": "https://github.com/sponsors/antfu"
17+
"url": "https://github.com/cncolder/vscode-source-map-visualization/issues"
2218
},
2319
"categories": [
24-
"Other"
20+
"Visualization"
21+
],
22+
"keywords": [
23+
"Source Map",
24+
"visualization"
2525
],
2626
"main": "./dist/index.js",
2727
"icon": "res/icon.png",
@@ -32,7 +32,7 @@
3232
"vscode": "^1.69.0"
3333
},
3434
"activationEvents": [
35-
"onStartupFinished"
35+
"onLanguage:json"
3636
],
3737
"scripts": {
3838
"build": "tsup src/index.ts --external vscode",
@@ -46,19 +46,18 @@
4646
"release": "bumpp && nr publish"
4747
},
4848
"devDependencies": {
49-
"@antfu/eslint-config": "^0.25.2",
50-
"@antfu/ni": "^0.17.2",
51-
"@types/node": "^18.6.4",
52-
"@types/vscode": "^1.69.0",
49+
"@antfu/eslint-config": "^0.27.0",
50+
"@antfu/ni": "^0.18.2",
51+
"@types/node": "^18.11.3",
52+
"@types/vscode": "^1.72.0",
5353
"bumpp": "^8.2.1",
54-
"eslint": "^8.21.0",
54+
"eslint": "^8.25.0",
5555
"esno": "^0.16.3",
56-
"pnpm": "^7.8.0",
5756
"rimraf": "^3.0.2",
58-
"tsup": "^6.2.1",
59-
"typescript": "^4.7.4",
60-
"vite": "^3.0.4",
61-
"vitest": "^0.21.0",
62-
"vsce": "^2.10.0"
57+
"tsup": "^6.3.0",
58+
"typescript": "^4.8.4",
59+
"vite": "^3.1.8",
60+
"vitest": "^0.24.3",
61+
"vsce": "^2.13.0"
6362
}
6463
}

0 commit comments

Comments
 (0)