Skip to content

Commit bf5f070

Browse files
author
Ben Centra
committed
v2 is package.json v1.0.0
1 parent 621cac4 commit bf5f070

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
ExpressJS API for the CSH Alumni Map.
44

5+
Tested with Node v0.12.9 and v4.4.0.
6+
57
## Installation
68

79
1) Install dependencies:
@@ -73,7 +75,6 @@ Create a `.env` file with the following contents:
7375
```bash
7476
NODE_ENV=production # "production" or "development"
7577
PORT=3000
76-
DOTENV_PATH=".env" # custom path to .env file
7778
```
7879

7980
## API

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)