Skip to content

Commit

Permalink
Prep meta files for v1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Dec 27, 2017
1 parent 2de04a5 commit a5c9445
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 46 deletions.
27 changes: 13 additions & 14 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"name": "Baby Buddy",
"author": "Baby Buddy's Contributors",
"description": "Helps caregivers track baby's habits to learn about and predict needs without (as much) guess work.",
"repository": "https://github.com/cdubz/babybuddy",
"keywords": [
"baby",
"baby buddy",
"dashboard",
"django",
"infant",
"newborn",
"baby tracking",
"baby buddy",
"python",
"django",
"web",
"self-host"
],
"version": "0.1.0",
"license": "BSD-2-Clause",
"repository": "https://github.com/cdubz/babybuddy",
"website": "http://www.baby-buddy.net",
"buildpacks": [
{
"url": "heroku/nodejs"
Expand Down
3 changes: 2 additions & 1 deletion babybuddy/templates/babybuddy/nav-dropdown.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends 'babybuddy/base.html' %}
{% load timers %}
{% load babybuddy_tags timers %}

{% block nav %}
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
Expand Down Expand Up @@ -199,6 +199,7 @@ <h6 class="dropdown-header">Support</h6>
class="dropdown-item"
target="_blank">
<i class="icon icon-chat" aria-hidden="true"></i> Chat / Support</a>
<h6 class="dropdown-header">v{% version_string %}</h6>
</div>
</li>
</ul>
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
{
"name": "babybuddy",
"description": "A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without all the guess work.",
"version": "0.1.0",
"version": "",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/cdubz/babybuddy.git"
},
"keywords": [
"baby",
"infant",
"newborn",
"baby tracking",
"baby buddy",
"python",
"django",
"web",
"self-host"
],
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"font-awesome": "^4.7.0",
Expand All @@ -31,7 +19,7 @@
"gulp-spawn": "^0.4.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"moment": "^2.19.4",
"moment": "^2.20.1",
"plotly.js": "^1.31.2",
"popper.js": "^1.13.0",
"pump": "^2.0.0",
Expand Down

0 comments on commit a5c9445

Please sign in to comment.