diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e6b0f74..8c27847 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "description": "A Simple App for Book Authoring", "main": "main.js", "scripts": { - "test": "electron ." + "start": "electron ." }, "repository": { "type": "git", - "url": "\u0016https://github.com/luciferreeves/authorr" + "url": "https://github.com/luciferreeves/authorr" }, "keywords": [ "authorr", |
