Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ NativeScript CLI Changelog

* [Fixed #5187](https://github.com/NativeScript/nativescript-cli/issues/5187): Inaccessible native source code without modulemap
* [Fixed #5239](https://github.com/NativeScript/nativescript-cli/issues/5239): Temporary files created by CLI are not deleted in some cases
* [Fixed #5242](https://github.com/NativeScript/nativescript-cli/issues/5242): Java 13 is not supported, but doctor does not detect it


6.3.3 (2020, January 13)
Expand Down
50 changes: 35 additions & 15 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 @@ -60,7 +60,7 @@
"mkdirp": "0.5.1",
"mute-stream": "0.0.5",
"nativescript-dev-xcode": "0.2.1",
"nativescript-doctor": "1.12.0",
"nativescript-doctor": "1.13.0",
"nativescript-preview-sdk": "0.3.4",
"open": "6.0.0",
"ora": "2.0.0",
Expand Down Expand Up @@ -141,4 +141,4 @@
"engines": {
"node": ">=10.0.0 <14.0.0"
}
}
}