master
yutent 2022-02-17 12:52:55 +08:00
parent b000a6f3f8
commit 8d4d5b0280
3 changed files with 2 additions and 4 deletions

View File

@ -7,4 +7,5 @@ package-lock.json
.gitignore .gitignore
index.js index.js
test.js test.js
demo.js

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -11,7 +11,7 @@
}, },
"categories": ["Other"], "categories": ["Other"],
"activationEvents": ["*"], "activationEvents": ["*"],
"main": "index.js", "main": "out.js",
"contributes": {}, "contributes": {},
"repository": { "repository": {
"type": "git", "type": "git",
@ -31,9 +31,6 @@
"vscode:prepublish": "npm start -- --minify" "vscode:prepublish": "npm start -- --minify"
}, },
"license": "MIT", "license": "MIT",
"dependencies": {
"iofs": "^1.1.0"
},
"devDependencies": { "devDependencies": {
"esbuild": "^0.12.14" "esbuild": "^0.12.14"
} }