Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
fixed dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
subsonic committed May 25, 2012
1 parent c9721a0 commit 983600f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
{ "name": "massive" { "name": "massive"
, "description": "Sequel-ish db utility for Node" , "description": "Sequel-ish db utility for Node"
, "version": "0.1.0" , "version": "0.1.1"
, "author": "Rob Conery <rob@tekpub.com>" , "author": "Rob Conery <rob@tekpub.com>"
, "contributors": [ "Karl Seguin <karl@openmymind.net>" ] , "contributors": [ "Karl Seguin <karl@openmymind.net>" ]
, "devDependencies": { , "dependencies": {
, "pg" : "*" , "pg" : "*"
, "mysql" : "*" , "mysql" : "*"
, "underscore" : "*" , "underscore" : "*"
Expand Down

0 comments on commit 983600f

Please sign in to comment.