Skip to content

Commit 40bc553

Browse files
Merge pull request sailshq#3 from treelinehq/1.0.0-1
1.0.0 1
2 parents abcecbf + e4c612c commit 40bc553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "machinepack-mysql",
3-
"version": "1.0.0",
3+
"version": "1.0.0-1",
44
"description": "Structured Node.js bindings for MySQL.",
55
"scripts": {
66
"test": "node ./node_modules/mocha/bin/mocha --recursive",
@@ -22,9 +22,9 @@
2222
"dependencies": {
2323
"debug": "2.2.0",
2424
"lodash": "3.10.1",
25-
"machine": "12.4.0",
25+
"machine": "^13.0.0-17",
2626
"mysql": "2.10.2",
27-
"waterline-query-builder": "treelinehq/waterline-query-builder"
27+
"waterline-sql-builder": "^1.0.0-1"
2828
},
2929
"devDependencies": {
3030
"eslint": "3.5.0",

0 commit comments

Comments
 (0)