Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit d46cc65

Browse files
Merge pull request #642 from mike-nelson/master
found another require issue
2 parents 398b7f2 + 9edae10 commit d46cc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/ios/prerequisites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
console.error("Google Sign-In prerequisites");
22

33
module.exports = function (context) {
4-
var child_process = context.requireCordovaModule('child_process'),
4+
var child_process = require('child_process'),
55
deferral = require('q').defer();
66

77
var output = child_process.exec('npm install', {cwd: __dirname},

0 commit comments

Comments
 (0)