Skip to content

Commit

Permalink
chore: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nieyuyao committed May 10, 2024
1 parent b29ac44 commit 61ab3a5
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,11 +1,12 @@
{
"name": "threejs-navigator-gizmo",
"version": "0.0.4",
"version": "0.0.5",
"description": "A 3D navigator gizmo for ThreeJS",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc -m ES6 --outDir ./dist/esm",
"build:cjs": "tsc -m commonjs --outDir ./dist/cjs"
},
Expand Down

0 comments on commit 61ab3a5

Please sign in to comment.