Skip to content

Commit ad2b2a4

Browse files
bring package.json up to speed
1 parent 76d2423 commit ad2b2a4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.0",
44
"description": "Structured Node.js bindings for MySQL.",
55
"scripts": {
6-
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
6+
"test": "node ./node_modules/mocha/bin/mocha --recursive",
7+
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
8+
"pretest": "npm run lint",
9+
"lint": "eslint machines test",
710
},
811
"keywords": [
912
"mysql",
@@ -16,12 +19,15 @@
1619
"author": "The Treeline Company",
1720
"license": "MIT",
1821
"dependencies": {
19-
"machine": "^12.0.1",
20-
"machinepack-sql-builder": "particlebanana/waterline-query-builder",
21-
"mysql": "2.10.2"
22+
"lodash": "3.10.1",
23+
"machine": "12.4.0",
24+
"mysql": "2.10.2",
25+
"waterline-query-builder": "treelinehq/waterline-query-builder"
2226
},
2327
"devDependencies": {
24-
"test-machinepack-mocha": "^2.1.1"
28+
"eslint": "3.5.0",
29+
"espree": "3.3.0",
30+
"mocha": "3.0.2"
2531
},
2632
"machinepack": {
2733
"friendlyName": "MySQL",
@@ -47,6 +53,6 @@
4753
},
4854
"repository": {
4955
"type": "git",
50-
"url": "[email protected]:particlebanana/machinepack-mysql.git"
56+
"url": "[email protected]:treelinehq/machinepack-mysql.git"
5157
}
5258
}

0 commit comments

Comments
 (0)