fix: add missing configuration keys and move profiling out of android key (#8847)

This commit is contained in:
Igor Randjelovic
2020-09-12 18:33:47 +02:00
committed by GitHub
parent f73dfb4e55
commit d69e568a4b
2 changed files with 29 additions and 16 deletions

View File

@@ -7,11 +7,11 @@
"start": "nps",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript.git"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript.git"
},
"dependencies": {
"nativescript-theme-core": "^1.0.4"
},