Skip to content

Commit

Permalink
release(1.1.5): Moving logic from node-seed into this module
Browse files Browse the repository at this point in the history
* refactor(configPrompt): Updated the ODM config prompt to write to environment based configs
* fix(rebase): Fixes #12 grunt db hanging
* release(1.0.3): Cleanup for release 1.0.3
* hotfix(rebase): Fixed problem with rebase and released 1.0.4
* feat(associations): Implemented FCC Model Assocations
* feat(db): Rebase and Seed now work correctly with associations
* feat(associations): Associations (WIP)
* refactor(model): Moving logic from node-seed into this module
* chore(update): Dependencies
  • Loading branch information
pilsy committed Jan 26, 2015
1 parent 5409b33 commit 173d60b
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,7 +1,7 @@
{
"name": "clever-odm",
"description": "CleverStack ODM (NoSQL) Module",
"version": "1.0.4",
"version": "1.0.5",
"main": "module.js",
"author": {
"name": "CleverStack",
Expand Down Expand Up @@ -39,4 +39,4 @@
"grunt": "~0.4.2",
"grunt-prompt": "~1.1.0"
}
}
}

0 comments on commit 173d60b

Please sign in to comment.