Skip to content

Commit

Permalink
updated package.json to reflect server.js as main file, removed old g…
Browse files Browse the repository at this point in the history
…oogle geocode api
  • Loading branch information
adarshk committed May 18, 2015
1 parent e2f2bab commit 6d36144
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "StoryBlocks",
"version": "0.0.0",
"description": "Thesis! (in Progress)",
"main": "lib/ReactCanvas.js",
"main": "server.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/jest"
Expand Down
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ var zipGenerate = zip.generate({base64:false,compression:'DEFLATE'});*/

app.use(bodyParser.json());

//google https://maps.googleapis.com/maps/api/geocode/json?address=Okmulgee+OK&key=AIzaSyDMLvEKnAZMZ9JlY6jJRgbdIsJE5YSamxY


var Twit = require('twit');

Expand Down

0 comments on commit 6d36144

Please sign in to comment.