Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbrains committed Aug 10, 2023
1 parent 6ee75b5 commit 3d9752e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
30 changes: 25 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "yunmu-feedback",
"private": true,
"version": "0.0.0",
"name": "@heyunmu/yunmu-feedback",
"private": false,
"version": "0.0.1",
"type": "module",
"author": {
"name": "nilbrains",
"email": "[email protected]",
"url": "https://www.nilbrains.com"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -12,12 +17,27 @@
"sass": "^1.64.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"@types/uuid": "^9.0.2",
"vite-plugin-libcss": "^1.1.1"
},
"main": "lib/main.ts",
"files": [
"dist",
"lib"
],
"main": "./dist/yun-mu-feed.umd.cjs",
"module": "./dist/yun-mu-feed.js",
"exports": {
".": {
"import": "./dist/yun-mu-feed.js",
"require": "./dist/yun-mu-feed.umd.cjs"
}
},
"types": "lib/main.ts",
"dependencies": {
"@types/uuid": "^9.0.2",
"uuid": "^9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HeYunMu/YunMu-Feedback.git"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

0 comments on commit 3d9752e

Please sign in to comment.