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