Skip to content

Commit 2897dd1

Browse files
Move debug to peer deps
1 parent a2f1c00 commit 2897dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"@deep-foundation/capacitor-device": "~10.0.1",
2828
"@deep-foundation/core": "~0.0.2",
2929
"@deep-foundation/notification": "~1.0.1",
30-
"@freephoenix888/object-to-links-async-converter": "~0.0.10",
31-
"debug": "^4.3.4"
30+
"@freephoenix888/object-to-links-async-converter": "~0.0.10"
3231
},
3332
"devDependencies": {
3433
"@atao60/fse-cli": "^0.1.7",
@@ -44,6 +43,7 @@
4443
"typescript-json-schema": "^0.57.0"
4544
},
4645
"peerDependencies": {
46+
"debug": "^4.3.4",
4747
"@capacitor/device": "^5.0.4",
4848
"@capacitor/push-notifications": "^5.0.4",
4949
"@deep-foundation/deeplinks": "~0.0.164",

0 commit comments

Comments
 (0)