Skip to content

Commit

Permalink
dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Dec 13, 2015
1 parent 0c1df73 commit 6aaf6eb
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .gitignore
@@ -1,6 +1,8 @@
/node_modules/
npm-debug.log
lib/
.DS_Store
node_modules
*.log
lib
coverage/
/bower_components/
_book/
bower_components
_book
_test
10 changes: 10 additions & 0 deletions dist/firenze.full.js
Expand Up @@ -21677,13 +21677,23 @@ this["firenze"] =

return this;
}
}, {
key: "getFunctions",
value: function getFunctions() {
return this.funcs;
}
}, {
key: "setColumn",
value: function setColumn(column) {
this.column = column;

return this;
}
}, {
key: "getColumn",
value: function getColumn() {
return this.column;
}
}, {
key: "upper",
value: function upper() {
Expand Down
2 changes: 1 addition & 1 deletion dist/firenze.full.min.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/firenze.js
Expand Up @@ -1693,13 +1693,23 @@ this["firenze"] =

return this;
}
}, {
key: "getFunctions",
value: function getFunctions() {
return this.funcs;
}
}, {
key: "setColumn",
value: function setColumn(column) {
this.column = column;

return this;
}
}, {
key: "getColumn",
value: function getColumn() {
return this.column;
}
}, {
key: "upper",
value: function upper() {
Expand Down
2 changes: 1 addition & 1 deletion dist/firenze.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "firenze",
"version": "0.3.0",
"version": "0.3.1",
"description": "ORM for relational databases.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6aaf6eb

Please sign in to comment.