Skip to content

Commit

Permalink
edit package, edit language statistic
Browse files Browse the repository at this point in the history
  • Loading branch information
SpookyCorgi committed Jan 26, 2023
1 parent 65a7b80 commit 17b1d4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# mocap4face
site/src/lib/@0xalter/mocap4face/* linguist-vendored
# unreal generated
plugins/unreal/Plugins/Phiz/Binaries/* linguist-vendored
plugins/unreal/Plugins/Phiz/Intermediate/* linguist-vendored
4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"type": "module",
"description": "Phiz is a tool that allows you to perform facial motion capture from any device and location.",
"author": "SpookyCorgi",
"repository": {
"type": "git",
"url": "https://github.com/SpookyCorgi/phiz.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=dev npm run dev:all",
"dev:all": "concurrently -n=svelte,electron -c='#ff3e00',blue \"npm run dev:svelte\" \"npm run dev:electron\"",
Expand Down

1 comment on commit 17b1d4d

@vercel
Copy link

@vercel vercel bot commented on 17b1d4d Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.