Commit 7a15d998 by Alexander Bazo

Change to manual dependency install for gaze client library

parent 8f07ceb2
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
## Usage ## Usage
Run `npm install` to install dependencies and `npm start` to run the game. Run `node get-gaze-client.js` to install dependencies and `npm start` to run the game on a local test server.
\ No newline at end of file \ No newline at end of file
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node get-gaze-client.js",
"start": "http-server -o" "start": "http-server -o"
}, },
"author": "Alexander Bazo <alexanderbazo@googlemail.com>", "author": "Alexander Bazo <alexanderbazo@googlemail.com>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment