mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge pull request #1276 from NativeScript/Make-modules-valid-tns-plugin
Make tns-core-modules valid {N} plugin
This commit is contained in:
@ -37,5 +37,11 @@
|
|||||||
"typings": "tns-core-modules.d.ts",
|
"typings": "tns-core-modules.d.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tns-core-modules-widgets": "1.6.0"
|
"tns-core-modules-widgets": "1.6.0"
|
||||||
|
},
|
||||||
|
"nativescript": {
|
||||||
|
"platforms": {
|
||||||
|
"ios": "1.3.0",
|
||||||
|
"android": "1.3.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user