Skip to content

Commit

Permalink
Remove unused browserify paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Mar 15, 2019
1 parent f4a186b commit eec1e82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/templates/scripts/cordova/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,7 @@ function Api (platform, platformRootDir, events) {
defaultConfigXml: path.join(this.root, 'cordova/defaults.xml'),
pbxproj: path.join(this.root, xcodeProjDir, 'project.pbxproj'),
xcodeProjDir: path.join(this.root, xcodeProjDir),
xcodeCordovaProj: xcodeCordovaProj,
// NOTE: this is required by browserify logic.
// As per platformApi spec we return relative to template root paths here
cordovaJs: 'bin/CordovaLib/cordova.js',
cordovaJsSrc: 'bin/cordova-js-src'
xcodeCordovaProj: xcodeCordovaProj
};
}

Expand Down

0 comments on commit eec1e82

Please sign in to comment.