Skip to content

Commit

Permalink
refactor :: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Jan 27, 2025
1 parent 32183ab commit 0de955c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b1nd/dds-web",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs.js",
Expand Down Expand Up @@ -37,6 +37,10 @@
"pre-commit": "pnpm lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-B1ND/dds-web.git"
},
"dependencies": {
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-replace": "^6.0.2",
Expand Down

0 comments on commit 0de955c

Please sign in to comment.