Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonmorixe authored Oct 24, 2024
1 parent 4d3f8c9 commit 1d175d7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "motion",
"private": true,
"version": "0.0.0",
"name": "ecs-animation-engine",
"private": false,
"version": "1.0.1",
"type": "module",
"author": "Gaston Morixe",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc --noEmitOnError false --noUnusedLocals false --noUnusedParameters false && vite build",
Expand All @@ -12,7 +14,7 @@
"typescript": "^5.5.3",
"vite": "^5.4.8"
},
"dependencies": {
"peerDependencies": {
"chart.js": "^4.4.5"
}
}

0 comments on commit 1d175d7

Please sign in to comment.