FIXED issue with git differences.
UPDATED .gitignore to include package-lock.json. UPDATED to v0.1.2.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
base_uri
|
||||
todo.md
|
||||
package-lock.json
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mysticbits/codex-mythica",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "nodejs ./bin/www"
|
||||
|
Reference in New Issue
Block a user