From c2b65bce031cd15ef384f7e0bec0b184f224482e Mon Sep 17 00:00:00 2001 From: Lucifer Date: Fri, 13 Dec 2019 06:17:16 +0530 Subject: Basics Added Basic directory structure, modified package.json and added a small readme --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f72cd07..8cf36d9 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "nativekit", "version": "0.1.0", "description": "Native UI Kit for Electron Framework", - "main": "index.js", "scripts": { - "test": "electron ." + "start-mac-template": "electron templates/mac", + "start-win-template": "electron templates/win" }, "repository": { "type": "git", -- cgit v1.2.3