Skip to content

Commit

Permalink
chore: publish npm 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waset committed Oct 18, 2024
1 parent 22a064a commit d1d0096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "unplugin-iconify",
"name": "@waset/unplugin-iconify",
"type": "module",
"version": "0.1.0",
"version": "0.0.1",
"packageManager": "pnpm@9.12.2",
"description": "",
"author": "waset <waset@foxmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/waset/unplugin-iconify#readme",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"unplugin-iconify": "workspaces:*",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7"
}
Expand Down

0 comments on commit d1d0096

Please sign in to comment.