From bef6e33c792b1c18263c4ae0bf01ad3207f19181 Mon Sep 17 00:00:00 2001 From: Eric Woodward Date: Sun, 7 Jan 2018 22:23:54 -0500 Subject: [PATCH] FIXED issue with git differences. UPDATED .gitignore to include package-lock.json. UPDATED to v0.1.2. --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42851cf..bd3d96a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ base_uri todo.md +package-lock.json diff --git a/package.json b/package.json index 15ae615..b0c8d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mysticbits/codex-mythica", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "start": "nodejs ./bin/www"