Skip to content

Commit

Permalink
Move gsap to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed May 3, 2024
1 parent a372ee8 commit aba651b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.28.0",
"gsap": "npm:@gsap/business@3.12.2",
"http-server": "^14.1.1",
"husky": "^8.0.0",
"jsdom": "^22.0.0",
Expand All @@ -97,8 +98,5 @@
},
"peerDependencies": {
"react": ">= 17"
},
"optionalDependencies": {
"gsap": "npm:@gsap/business@3.12.2"
}
}

0 comments on commit aba651b

Please sign in to comment.