Skip to content

Commit

Permalink
Build for 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ClickerMonkey committed Aug 2, 2017
1 parent 5bd738e commit 088d629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/node_modules
/bower_components

apply-version.tmp
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekord-knex",
"version": "1.5.0",
"version": "1.5.6",
"description": "A rekord binding to Knex.js - implementing Rekord.rest on the server side",
"author": "Philip Diffenderfer",
"license": "MIT",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"dependencies": {
"knex": "^0.12.6",
"rekord": "^1.5.1"
"rekord": "~1.5.6"
}
}
1 change: 1 addition & 0 deletions src/Rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,5 @@ function RestFactory(database)
return new Rest( database );
}

Rekord.Rests.Knex = RestFactory;
Rekord.setRest( RestFactory );

0 comments on commit 088d629

Please sign in to comment.