Browse Source

package names should nto contain spaces and updated ignore file

tags/v0.5.1^2
Shaun 4 years ago
parent
commit
7ec1ea6509
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .gitignore
  2. +1
    -1
      src/client/package.json

+ 1
- 1
.gitignore View File

@@ -15,6 +15,6 @@ helpers/sqlite-to-rethink/rethinkdb_data
helpers/sqlite-to-rethink/tmp
helpers/sqlite-to-rethink/log_file
helpers/sqlite-to-rethink/rethinkdb.exe
.directory
.idea
.vscode

+ 1
- 1
src/client/package.json View File

@@ -1,5 +1,5 @@
{
"name": "isleward client",
"name": "isleward_client",
"version": "0.0.2",
"description": "isleward",
"dependencies": {},


Loading…
Cancel
Save