From b089b648b6e7a2555783ce2ad8ea9e779b93b7a4 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Thu, 3 Oct 2019 23:21:31 +0200 Subject: [PATCH] chore: add nativescript key to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 75987d1..dd902b1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "0.0.2", "description": "A NativeScript-Vue component for creating multiple side drawers", "main": "index.js", + "nativescript": { + "plugin": { + "vue": "true" + }, + }, "files": [ "index.js", "components"