mirror of
https://github.com/kunkunsh/kunkun-ext-vscode.git
synced 2025-04-03 18:16:42 +00:00
update README and version numbers to 0.1.1
This commit is contained in:
parent
0818c3194b
commit
c67dde07ce
16
README.md
16
README.md
@ -1,15 +1,5 @@
|
||||
# tempalte-ext-worker
|
||||
# Kunkun Extension VSCode
|
||||
|
||||
To install dependencies:
|
||||
## Features
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
- Open projects stored by project manager extension
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kunkun/kunkun-ext-vscode",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh/",
|
||||
"name": "kunkun-ext-vscode",
|
||||
"version": "0.0.8",
|
||||
"version": "0.1.1",
|
||||
"repository": "https://github.com/kunkunsh/kunkun-ext-vscode",
|
||||
"type": "module",
|
||||
"kunkun": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user