mirror of
https://github.com/kunkunsh/kunkun-ext-vscode.git
synced 2025-04-04 10:36:43 +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
|
- 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.
|
|
2
jsr.json
2
jsr.json
@ -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": {
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user