Skip to content

Commit

Permalink
feat: release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitusun committed Sep 6, 2024
1 parent 48ca318 commit 74403b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dz-web/o-orange",
"version": "4.4.0",
"version": "4.4.1",
"description": "A javascript utility library",
"main": "./dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -18,6 +18,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"coverage": "cat ./coverage/lcov.info | coveralls",
"build": "father build",
"prepublish": "pnpm run build",
"dev": "dumi dev",
"docs:build": "dumi build",
"docs:dep": "PUBLIC_PATH='/ld/o-orange/' yarn docs:build && npx dz-ud /ld/o-orange",
Expand Down

0 comments on commit 74403b1

Please sign in to comment.