mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: bundle workflow support (#7337)
This commit is contained in:
committed by
Vasil Chimev
parent
5f9eabdf17
commit
ecd9fc3e9d
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"description": "NativeScript Application",
|
||||
"license": "SEE LICENSE IN <your-license-filename>",
|
||||
"readme": "NativeScript Application",
|
||||
"repository": "<fill-your-repository-here>",
|
||||
"nativescript": {
|
||||
"id": "org.nativescript.apps",
|
||||
"tns-android": {
|
||||
@@ -12,16 +8,17 @@
|
||||
"version": "next"
|
||||
}
|
||||
},
|
||||
"description": "NativeScript Application",
|
||||
"license": "SEE LICENSE IN <your-license-filename>",
|
||||
"repository": "<fill-your-repository-here>",
|
||||
"dependencies": {
|
||||
"tns-core-modules": "*"
|
||||
"tns-core-modules": "file:../tns-core-modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-traverse": "6.10.4",
|
||||
"babel-types": "6.11.1",
|
||||
"babylon": "6.8.3",
|
||||
"lazy": "1.0.11",
|
||||
"nativescript-dev-typescript": "next",
|
||||
"tns-platform-declarations": "androidx",
|
||||
"typescript": "^3.1.6"
|
||||
}
|
||||
"nativescript-dev-webpack": "next",
|
||||
"node-sass": "^4.12.0",
|
||||
"typescript": "~3.4.1"
|
||||
},
|
||||
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
|
||||
"readme": "NativeScript Application"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user