We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abcecbf + e4c612c commit 40bc553Copy full SHA for 40bc553
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "machinepack-mysql",
3
- "version": "1.0.0",
+ "version": "1.0.0-1",
4
"description": "Structured Node.js bindings for MySQL.",
5
"scripts": {
6
"test": "node ./node_modules/mocha/bin/mocha --recursive",
@@ -22,9 +22,9 @@
22
"dependencies": {
23
"debug": "2.2.0",
24
"lodash": "3.10.1",
25
- "machine": "12.4.0",
+ "machine": "^13.0.0-17",
26
"mysql": "2.10.2",
27
- "waterline-query-builder": "treelinehq/waterline-query-builder"
+ "waterline-sql-builder": "^1.0.0-1"
28
},
29
"devDependencies": {
30
"eslint": "3.5.0",
0 commit comments