From 470138bd21242c9e4bab439eff724aea241e627b Mon Sep 17 00:00:00 2001 From: ysandler Date: Fri, 31 Jul 2020 17:05:22 -0500 Subject: [PATCH] renamed application --- package-lock.json | 9 +++++++++ package.json | 2 +- public/index.html | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6695496..b56b959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10421,6 +10421,15 @@ "whatwg-fetch": "^3.0.0" } }, + "react-chartjs-2": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-2.9.0.tgz", + "integrity": "sha512-IYwqUUnQRAJ9SNA978vxulHJTcUFTJk2LDVfbAyk0TnJFZZG7+6U/2flsE4MCw6WCbBjTTypy8T82Ch7XrPtRw==", + "requires": { + "lodash": "^4.17.4", + "prop-types": "^15.5.8" + } + }, "react-dev-utils": { "version": "10.2.1", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz", diff --git a/package.json b/package.json index 8a76d6d..05d7477 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "dmein.il", + "name": "lovelace.technology", "version": "0.1.0", "private": true, "dependencies": { diff --git a/public/index.html b/public/index.html index aa069f2..85845d2 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Lovelace