From 626efdc2f79277454465ff9c084b265f12356ad6 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Fri, 8 Apr 2016 14:17:26 +0300 Subject: [PATCH] add nativescript key to make this package NS plugin --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c3e701a5c..5bbc982b1 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,11 @@ "bugs": { "url": "https://github.com/NativeScript/android-widgets/issues" }, - "homepage": "https://github.com/NativeScript/android-widgets#readme" + "homepage": "https://github.com/NativeScript/android-widgets#readme", + "nativescript": { + "platforms": { + "ios": "2.0.0", + "android": "2.0.0" + } + } }