Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2b63c81

Browse files
Remove supporting cordova-android@6 and less (#633)
* Remove hook for installing old versions of plugins * Remove types for cordova-plugin-file-transfer
1 parent 1c661bc commit 2b63c81

4 files changed

Lines changed: 11 additions & 121 deletions

File tree

hooks/afterPluginAdd.js

Lines changed: 0 additions & 72 deletions
This file was deleted.

package-lock.json

Lines changed: 11 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@types/cordova-plugin-device": "^1.1.5",
3131
"@types/cordova-plugin-dialogs": "^1.3.2",
3232
"@types/cordova-plugin-file": "^0.0.3",
33-
"@types/cordova-plugin-file-transfer": "^1.6.2",
3433
"@types/mkdirp": "^0.5.2",
3534
"@types/mocha": "^5.2.7",
3635
"@types/node": "^12.6.3",

plugin.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<dependency id="cordova-plugin-advanced-http" version=">=2.2.0" />
1414
<dependency id="cordova-plugin-zip" version=">=3.1.0" />
1515

16-
<hook type="after_plugin_add" src="hooks/afterPluginAdd.js" />
17-
18-
1916
<js-module src="bin/www/codePush.js" name="codePush">
2017
<clobbers target="codePush" />
2118
</js-module>

0 commit comments

Comments
 (0)