Skip to content

Commit

Permalink
Removing local package.json references in keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Nov 7, 2023
1 parent 06762a9 commit 24554ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"publish:cocoapod": "pod trunk push ./CapacitorKeyboard.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "file:../../capacitor/android",
"@capacitor/cli": "file:../../capacitor/cli",
"@capacitor/core": "file:../../capacitor/core",
"@capacitor/android": "^5.0.0",
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/docgen": "0.2.0",
"@capacitor/ios": "file:../../capacitor/ios",
"@capacitor/ios": "^5.0.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "~1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
Expand Down

0 comments on commit 24554ef

Please sign in to comment.