alphabetize

This commit is contained in:
Tyrel Souza 2017-11-27 22:04:22 -05:00
parent 05b173a528
commit 13779389a0
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"description": "", "description": "",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js",
"start": "node server.js" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",