Add http-server dependency back to package.json files in noms/clients

Fixes issue #871.
This commit is contained in:
Aaron Boodman
2016-01-18 02:07:08 -08:00
parent e5128ea808
commit 0bc5c16f6c
8 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ go build
./server -ldb="/tmp/crunchbasedemo"
cd ../ui
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools ./build.py
./node_modules/.bin/http-server
```
Regular → Executable
View File
+1
View File
@@ -24,6 +24,7 @@
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"flow-bin": "^0.19.1",
"http-server": "^0.8.5",
"webpack": "^1.12.11"
},
"scripts": {
+1 -1
View File
@@ -18,7 +18,7 @@ go build
./server -ldb="/tmp/sploretest" &
cd ../splore
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools ./build.py
./node_modules/.bin/http-server
```
Regular → Executable
View File
+1
View File
@@ -23,6 +23,7 @@
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"flow-bin": "^0.19.1",
"http-server": "^0.8.5",
"webpack": "^1.12.11"
},
"scripts": {
+1 -1
View File
@@ -30,7 +30,7 @@ go build
./server -ldb="/tmp/tagshowdemo"
cd ../tagshow
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools ./build.py
./node_modules/.bin/http-server
```
+1
View File
@@ -24,6 +24,7 @@
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"flow-bin": "^0.19.1",
"http-server": "^0.8.5",
"mocha": "^2.3.0",
"webpack": "^1.12.11"
},