Skip to content

Commit

Permalink
nodejitsu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobeat committed Jul 25, 2012
1 parent 9482d8a commit 7fa687b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.coffee
Expand Up @@ -3,7 +3,7 @@ express = require 'express'
request = require 'request'
qs = require 'querystring'

api_key = process.env.lastfmApiKey or require('./apiKey')
api_key = process.env.lastfmApiKey

app = express.createServer()

Expand Down
6 changes: 5 additions & 1 deletion package.json
@@ -1,11 +1,15 @@
{
"author": "Ricardo Tomasi <ricardobeat@gmail.com> (http://ricardo.cc/)",
"name": "whatshouldilistento",
"version": "0.0.0",
"version": "0.0.0-1",
"repository": {
"type": "git",
"url": "git://github.com/ricardobeat/what-should-i-listen-to.git"
},
"domains": [
"listen.ricardo.cc",
"listen.to.ricardo.cc"
],
"main": "app.coffee",
"engines": {
"node": ">=0.4.8"
Expand Down

0 comments on commit 7fa687b

Please sign in to comment.