File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " csh-map-ui" ,
33 "private" : true ,
4- "version" : " 0 .0.1 " ,
4+ "version" : " 1 .0.0 " ,
55 "description" : " Static BackboneJS UI app for the CSH Alumni Map" ,
66 "main" : " src/index.js" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 22
33ExpressJS API for the CSH Alumni Map.
44
5+ Tested with Node v0.12.9 and v4.4.0.
6+
57## Installation
68
791 ) Install dependencies:
@@ -73,7 +75,6 @@ Create a `.env` file with the following contents:
7375``` bash
7476NODE_ENV=production # "production" or "development"
7577PORT=3000
76- DOTENV_PATH=" .env" # custom path to .env file
7778```
7879
7980## API
Original file line number Diff line number Diff line change 11{
22 "name" : " csh-map-svc" ,
33 "private" : true ,
4- "version" : " 0 .0.1 " ,
4+ "version" : " 1 .0.0 " ,
55 "description" : " ExpressJS API for the CSH Alumni Map" ,
66 "main" : " src/index.js" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments