feat: update README.md and vscode icons

This commit is contained in:
PoiScript 2023-12-21 23:51:42 +08:00
parent 0916b40cef
commit a2248cb9be
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
17 changed files with 66 additions and 84 deletions

View file

@ -1,6 +1,6 @@
{
"name": "orgize",
"version": "0.0.3",
"version": "0.10.0-alpha.0",
"license": "MIT",
"author": "PoiScript <poiscript@gmail.com>",
"scripts": {
@ -10,8 +10,8 @@
"type": "git",
"url": "https://github.com/PoiScript/orgize"
},
"module": "orgize.js",
"typings": "orgize.d.ts",
"module": "./dist/orgize.js",
"typings": "./dist/orgize.d.ts",
"exports": {
".": {
"types": "./dist/orgize.d.ts",