update README and version numbers to 0.1.1

This commit is contained in:
Huakun Shen 2025-01-18 04:17:44 -05:00
parent 0818c3194b
commit c67dde07ce
No known key found for this signature in database
3 changed files with 5 additions and 15 deletions

View File

@ -1,15 +1,5 @@
# tempalte-ext-worker # Kunkun Extension VSCode
To install dependencies: ## Features
```bash - Open projects stored by project manager extension
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.

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/kunkun-ext-vscode", "name": "@kunkun/kunkun-ext-vscode",
"version": "0.1.0", "version": "0.1.1",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.kunkun.sh/", "$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-vscode", "name": "kunkun-ext-vscode",
"version": "0.0.8", "version": "0.1.1",
"repository": "https://github.com/kunkunsh/kunkun-ext-vscode", "repository": "https://github.com/kunkunsh/kunkun-ext-vscode",
"type": "module", "type": "module",
"kunkun": { "kunkun": {