PrayerTracker = open source

This commit is contained in:
Daniel J. Summers 2019-02-17 20:19:35 -06:00
parent 93e6eee3a2
commit f4b21e47ca
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {

View File

@ -649,6 +649,11 @@ const APPS = [
narrative: `Version 7 brought full mobile accessibility, along with an upgrade to a modern, ultra-fast web narrative: `Version 7 brought full mobile accessibility, along with an upgrade to a modern, ultra-fast web
framework.` framework.`
}, },
{
heading: 'What We Did (2019)',
narrative: `PrayerTracker became <a href="https://github.com/bit-badger/PrayerTracker">an open source
project</a>.`
},
{ {
heading: 'What We Still Do', heading: 'What We Still Do',
narrative: `Host and maintain this application.` narrative: `Host and maintain this application.`