From f4b21e47caaa2ff544388e91144bfda57ccd4ca1 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sun, 17 Feb 2019 20:19:35 -0600 Subject: [PATCH] PrayerTracker = open source --- package.json | 2 +- src/components/AppData.vue | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0244251..2530e74 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build", + "build": "vue-cli-service build --modern", "lint": "vue-cli-service lint" }, "dependencies": { diff --git a/src/components/AppData.vue b/src/components/AppData.vue index 7efc461..22d644b 100644 --- a/src/components/AppData.vue +++ b/src/components/AppData.vue @@ -649,6 +649,11 @@ const APPS = [ narrative: `Version 7 brought full mobile accessibility, along with an upgrade to a modern, ultra-fast web framework.` }, + { + heading: 'What We Did (2019)', + narrative: `PrayerTracker became an open source + project.` + }, { heading: 'What We Still Do', narrative: `Host and maintain this application.`