Skip to content

Commit

Permalink
feat: version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kongmingLatern committed Sep 9, 2023
1 parent a13ecc7 commit f768660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kylin-ui",
"name": "kylin-ui-component",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"description": "A React UI library for some developers to develop quickly",
"title": "Kylin UI",
"license": "MIT",
Expand All @@ -25,6 +25,7 @@
"require": "./dist/index.js",
"import": "./dist/index.es.js"
},
"types": "dist/types/index.es.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down Expand Up @@ -94,4 +95,4 @@
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1"
}
}
}

0 comments on commit f768660

Please sign in to comment.