Skip to content

Commit

Permalink
v2 is package.json v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Centra committed Apr 5, 2016
1 parent 621cac4 commit bf5f070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csh-map-ui",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"description": "Static BackboneJS UI app for the CSH Alumni Map",
"main": "src/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

ExpressJS API for the CSH Alumni Map.

Tested with Node v0.12.9 and v4.4.0.

## Installation

1) Install dependencies:
Expand Down Expand Up @@ -73,7 +75,6 @@ Create a `.env` file with the following contents:
```bash
NODE_ENV=production # "production" or "development"
PORT=3000
DOTENV_PATH=".env" # custom path to .env file
```

## API
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csh-map-svc",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"description": "ExpressJS API for the CSH Alumni Map",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit bf5f070

Please sign in to comment.