Skip to content

Commit

Permalink
feat(node): version 14 support (#5316)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored May 30, 2020
1 parent 6684a3e commit 5414b77
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"qrcode-terminal": "0.12.0",
"request": "2.85.0",
"semver": "5.5.0",
"shelljs": "0.7.6",
"shelljs": "~0.8.4",
"simple-plist": "0.2.1",
"source-map": "0.5.6",
"stringify-package": "1.0.0",
Expand Down Expand Up @@ -139,6 +139,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=10.0.0 <14.0.0"
"node": ">=10.0.0 <15.0.0"
}
}
2 changes: 1 addition & 1 deletion test/ios-project-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function createTestInjector(projectPath: string, projectName: string, xCode?: IX
parseSync() { /* */ }
pbxGroupByName() { /* */ }
removeTargetsByProductType() { /* */ }
writeSync() { /* */ }
writeSync() { return ''; }
}
});
testInjector.register("userSettingsService", {
Expand Down

0 comments on commit 5414b77

Please sign in to comment.