Skip to content

Commit

Permalink
chore: add bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Aug 20, 2024
1 parent cf02df7 commit 5c0974d
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"quill-image-resize",
"quill-iframe-resize"
],
"dependencies": {},
"devDependencies": {
"@types/ms": "^0.7.34",
"bumpp": "^9.5.1",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-less": "^1.1.3",
Expand All @@ -27,7 +27,8 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "ts-node test/test.ts",
"prepublishOnly": "pnpm build"
"prepublishOnly": "pnpm build",
"release": "bumpp"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 5c0974d

Please sign in to comment.