FIXED issue with git differences.

UPDATED .gitignore to include package-lock.json.

UPDATED to v0.1.2.
This commit is contained in:
Eric Woodward 2018-01-07 22:23:54 -05:00
parent 2fa3379df0
commit bef6e33c79
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules/
base_uri
todo.md
package-lock.json

View File

@ -1,6 +1,6 @@
{
"name": "@mysticbits/codex-mythica",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"