From c6b9abc2681b6b8f38955c8f4cd257909a6b88fe Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 29 Oct 2019 14:55:00 +0000 Subject: [PATCH] update gitignore - remove package-lock.json --- .gitignore | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f4a224..5eaa755 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ dist/* lib/* - +package-lock.json node_modules .config.json .flows.json.backup diff --git a/README.md b/README.md index 296e180..592e4ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Electron Node-RED [![GitHub version](https://badge.fury.io/gh/dceejay%2Felectron-node-red.svg)](https://badge.fury.io/gh/dceejay%2Felectron-node-red) +[![GitHub license](https://github.com/dceejay/electron-node-red/blob/master/LICENSE)](https://img.shields.io/github/license/dceejay/electron-node-red.svg) This is an Electron template to embed [Node-RED](https://nodered.org) with a Dashboard generated by node-red-dashboard to create a native application.