Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Fix typo.

Signed-off-by: Kalila <[email protected]>
  • Loading branch information
digisomni authored Sep 25, 2023
1 parent df56751 commit 5699e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint --ext .js,.ts,.vue ./",
"create-version": "node build_scripts/createVersion.js",
"update-contributors": "git-authors-cli",
"install-local-web-sdk": "npm install file:../vircadia-web-sdk --no-save"
"install-local-web-sdk": "npm install file:../vircadia-web-sdk --no-save",
"copy-workers": "node build_scripts/copyWorkers.mjs"
},
"dependencies": {
Expand Down

0 comments on commit 5699e91

Please sign in to comment.