Skip to content

Commit

Permalink
releasing version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Nov 3, 2011
1 parent 2fd8479 commit e4d7b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
, "version": "1.0.0" , "version": "1.0.0"
, "description": "A Node.js Active Record with a charming declaration and simple usage. Supports Redis as backend but can be easily extended" , "description": "A Node.js Active Record with a charming declaration and simple usage. Supports Redis as backend but can be easily extended"
, "keywords": ["Active Record", "Redis", "database"] , "keywords": ["Active Record", "Redis", "database"]
, "homepage": "http://github.com/Yipit/clay" , "homepage": "http://github.com/Yipit/clay.js"
, "bugs": "http://github.com/Yipit/clay/issues" , "bugs": "http://github.com/Yipit/clay.js/issues"
, "main": "./index.js" , "main": "./index.js"
, "dependencies": { , "dependencies": {
"underscore": ">= 1.1.7" "underscore": ">= 1.1.7"
Expand Down Expand Up @@ -37,4 +37,4 @@
, "engines": { , "engines": {
"node": ">= 0.4.92" "node": ">= 0.4.92"
} }
} }

0 comments on commit e4d7b6e

Please sign in to comment.