Skip to content

Commit

Permalink
Fix git url, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-soderman committed Aug 11, 2024
1 parent 9e0d9b7 commit 949b760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motionbuilder-socket",
"version": "2.0.1",
"version": "2.0.2",
"description": "motionbuilder-socket",
"keywords": [
"motionbuilder",
Expand All @@ -15,7 +15,7 @@
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/nils-soderman/motionbuilder-socket"
"url": "git+https://github.com/nils-soderman/motionbuilder-socket.git"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --minify --clean",
Expand Down

0 comments on commit 949b760

Please sign in to comment.