Skip to content

Commit

Permalink
release(2.0.0-rc2): Fixed eagerLoading, lazyLoading and cleaned up re…
Browse files Browse the repository at this point in the history
…maining code
  • Loading branch information
pilsy committed Mar 2, 2015
1 parent 2143fbb commit c2d36b0
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-orm",
"description": "CleverStack ORM (SQL) Module",
"version": "2.0.0-rc1",
"version": "2.0.0-rc2",
"main": "module.js",
"author": {
"name": "CleverStack",
Expand Down Expand Up @@ -33,7 +33,7 @@
"relational",
"mapper"
],
"license": "BSD-2-Clause",
"license": "MIT",
"dependencies": {
"mysql": "2.0.0-rc2",
"sequelize": "2.0.3"
Expand Down

0 comments on commit c2d36b0

Please sign in to comment.