Skip to content

Commit

Permalink
feat: version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasKang committed Apr 18, 2024
1 parent deacfbe commit e47b3b6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
{
"name": "root",
"private": true,
"name": "tailv",
"author": "jaskang",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist",
"preset.js"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./preset": {
"import": "./preset.js"
}
},
"scripts": {
"dev": "vitepress dev site",
"docs:build": "vitepress build site",
Expand Down

0 comments on commit e47b3b6

Please sign in to comment.