Skip to content

Commit

Permalink
bump version and fix package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dgf committed Mar 30, 2012
1 parent d015941 commit 81db85e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "crudl-model"
, "version": "0.0.2"
, "version": "0.0.3"
, "author": "Danny Gräf <github@dagnu.de>"

, "keywords": ["Sequelize", "ORM", "CRUD", "coffeescript"]
Expand All @@ -14,7 +14,7 @@
}]
, "repository": {
"type": "git"
, "url": "git@github.com:dgf/crudl-model.git"
, "url": "git://github.com/dgf/crudl-model.git"
}

, "dependencies": {
Expand All @@ -27,9 +27,10 @@
, "sqlite3": "2.1.x"
}

, "engine": {
"node": "0.6.x"
, "engines": {
"node": "~0.6.7"
}

, "scripts": {
"pretest": "cake build"
, "prepublish": "cake build"
Expand Down

0 comments on commit 81db85e

Please sign in to comment.