From 55b181f1a09f11023d42917c7a8d81fd7b264aae Mon Sep 17 00:00:00 2001 From: Ryan Wiemer Date: Tue, 12 Sep 2017 15:00:54 -0700 Subject: [PATCH] Updating dependencies and switching from GitHub pages to Netlify --- package.json | 33 +++++++++++++++------------------ public/index.html | 16 +++------------- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 7732e90..5c32bf9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "cal-factor", - "version": "1.0.4", + "version": "1.0.5", "description": "A simple web app to help calibrate Medtronic MiniMed insulin pumps and CGM sensors.", - "homepage": "https://cal-factor.com", + "homepage": "https://www.cal-factor.com", "bugs": { "url": "https://github.com/ryanwiemer/cal-factor/issues" }, @@ -20,28 +20,25 @@ "start": "npm-run-all -p watch-css start-js", "build": "npm run build-css && react-scripts build", "test": "react-scripts test --env=jsdom", - "eject": "react-scripts eject", - "predeploy": "npm run build", - "deploy": "gh-pages -d build" - }, - "dependencies": { - "react": "^15.5.4", - "react-dom": "^15.5.4", - "react-text-mask": "^5.0.2", - "smoothscroll-polyfill": "^0.3.5", - "text-mask-addons": "^3.5.1" + "eject": "react-scripts eject" }, "devDependencies": { "eslint": "^3.19.0", "eslint-config-react-app": "^1.0.4", - "eslint-plugin-import": "^2.3.0", + "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^5.0.3", - "eslint-plugin-react": "^7.0.1", - "gh-pages": "^1.0.0", + "eslint-plugin-react": "^7.3.0", "node-sass": "^4.5.3", - "npm-run-all": "^4.0.2", + "npm-run-all": "^4.1.1", "path": "^0.12.7", - "prettier": "^1.4.4", - "react-scripts": "1.0.10" + "prettier": "^1.6.1", + "react-scripts": "1.0.13" + }, + "dependencies": { + "react": "^15.5.4", + "react-dom": "^15.5.4", + "react-text-mask": "^5.0.2", + "smoothscroll-polyfill": "^0.3.6", + "text-mask-addons": "^3.5.1" } } diff --git a/public/index.html b/public/index.html index 688d5fe..73caaa7 100644 --- a/public/index.html +++ b/public/index.html @@ -17,11 +17,11 @@ - + - - + + @@ -36,15 +36,5 @@ * https://modernizr.com/download/?-emoji-touchevents-setclasses !*/ !function(e,n,t){function o(e,n){return typeof e===n}function a(){var e,n,t,a,s,i,r;for(var l in c)if(c.hasOwnProperty(l)){if(e=[],n=c[l],n.name&&(e.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(t=0;t - -