Skip to content

Commit d5a87c5

Browse files
committed
🐛 fix edit manifest script failing on new cordova version
1 parent ec967e5 commit d5a87c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/android/edit_manifest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
const fs = require('fs');
2+
const path = require('path');
3+
const Q = require('q');
14
module.exports = (ctx, isInstalling) => {
2-
const fs = ctx.requireCordovaModule('fs');
3-
const path = ctx.requireCordovaModule('path');
4-
const Q = ctx.requireCordovaModule('q');
55
const xml = ctx.requireCordovaModule('cordova-common').xmlHelpers;
66

77
const deferred = Q.defer();

0 commit comments

Comments
 (0)