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"