-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use LFMN_PORT environment variable for listening port, or 3000 if uns…
…pecified
- Loading branch information
1 parent
6b1493f
commit 989f21e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lastfm-now", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A now listening display for Last.fm.", | ||
"author": "Jason Puglisi <[email protected]>", | ||
"scripts": { | ||
|
@@ -17,7 +17,7 @@ | |
"body-parser": "^1.15.0", | ||
"express": "^4.13.4", | ||
"jade": "^1.11.0", | ||
"request": "^2.69.0" | ||
"request": "^2.72.0" | ||
}, | ||
"private": true, | ||
"license": "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters