From 0f245f355ba651bce49e2b469e1babd594cf7739 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Mon, 21 Dec 2015 09:34:32 +0200 Subject: [PATCH] Make tns-core-modules valid {N} plugin --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 1136412b2..2e8f80724 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,11 @@ "typings": "tns-core-modules.d.ts", "dependencies": { "tns-core-modules-widgets": "1.6.0" + }, + "nativescript": { + "platforms": { + "ios": "1.3.0", + "android": "1.3.0" + } } } \ No newline at end of file