Skip to content

Commit

Permalink
Use peer dependency for core
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireboltofdeath committed Nov 4, 2023
1 parent 0263c02 commit ce4db01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@flamework/core": "*"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.662",
Expand All @@ -33,7 +36,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@flamework/core": "^1.0.0-beta.4",
"@rbxts/maid": "^1.0.0-ts.1",
"@rbxts/services": "^1.1.5",
"@rbxts/signal": "^1.0.3",
Expand Down

0 comments on commit ce4db01

Please sign in to comment.