diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2016-01-11 21:19:31 -0500 |
---|---|---|
committer | Colin D'Souza <dscdsouza@outlook.com> | 2016-01-12 21:14:10 -0500 |
commit | 902cebd2ce1ee7b12818725b52db66412c782682 (patch) | |
tree | 60e5ed79281a85a795a89abb59758dc5ca29539a | |
parent | Create README.md (diff) | |
download | shulker-902cebd2ce1ee7b12818725b52db66412c782682.tar.gz shulker-902cebd2ce1ee7b12818725b52db66412c782682.zip |
Update package.json
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 90dfbb4..14d1cc1 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A Discord to Minecraft Chat Gateway", "main": "index.js", "scripts": { + "start": "node index.js", "lint": "jshint *.js", "test": "npm run lint" }, |