Skip to content

Commit

Permalink
Updated version and dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmly committed Sep 22, 2012
1 parent ae23ad0 commit a10ec67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "express-livereload",
"version": "0.0.2",
"version": "0.0.21",
"description": "Adds livereload functionality to express app to make development easier on express app without repetitive ⌘ + S",
"dependencies": {
"livereload": "git+http://github.com/napcs/node-livereload.git"
"livereload": "git://github.com/mnmly/node-livereload.git#v0.3.1"
}
}

0 comments on commit a10ec67

Please sign in to comment.