Skip to content

Commit 7684a13

Browse files
committed
chore: Update devDependencies
1 parent d66fa76 commit 7684a13

File tree

1 file changed

+28
-33
lines changed

1 file changed

+28
-33
lines changed

package.json

Lines changed: 28 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,51 @@
55
"author": "Nathan Woltman <nwoltman@outlook.com>",
66
"license": "MIT",
77
"main": "lib/MySQLPlus.js",
8+
"files": [
9+
"lib"
10+
],
811
"engines": {
912
"node": ">=6"
1013
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/nwoltman/node-mysql-plus.git"
14-
},
15-
"bugs": {
16-
"url": "https://github.com/nwoltman/node-mysql-plus/issues"
17-
},
14+
"repository": "github:nwoltman/node-mysql-plus",
1815
"homepage": "https://github.com/nwoltman/node-mysql-plus#readme",
16+
"bugs": "https://github.com/nwoltman/node-mysql-plus/issues",
17+
"keywords": [
18+
"mysql",
19+
"plus",
20+
"database",
21+
"auto",
22+
"automatic",
23+
"migration",
24+
"schema",
25+
"table",
26+
"define",
27+
"sql",
28+
"query"
29+
],
1930
"dependencies": {
2031
"mysql": "^2.17.1"
2132
},
2233
"devDependencies": {
23-
"@nwoltman/eslint-config": "~0.2.0",
24-
"coveralls": "^3.0.3",
34+
"@nwoltman/eslint-config": "~0.5.1",
35+
"coveralls": "^3.0.7",
2536
"es6-callback-manager": "^2.0.1",
26-
"eslint": "^5.16.0",
37+
"eslint": "^6.6.0",
2738
"grunt": "^1.0.4",
28-
"grunt-env": "^0.4.4",
29-
"grunt-eslint": "^21.0.0",
30-
"grunt-jsdoc-to-markdown": "^4.0.0",
39+
"grunt-env": "^1.0.1",
40+
"grunt-eslint": "^22.0.0",
41+
"grunt-jsdoc-to-markdown": "^5.0.0",
3142
"grunt-mocha-istanbul": "^5.0.2",
3243
"grunt-mocha-test": "^0.13.3",
3344
"istanbul": "^0.4.5",
3445
"jit-grunt": "^0.10.0",
35-
"mocha": "^6.1.4",
36-
"semver": "^6.0.0",
46+
"mocha": "^6.2.2",
47+
"semver": "^6.3.0",
3748
"should": "~13.2.3",
3849
"should-sinon": "0.0.6",
39-
"sinon": "~7.3.2"
50+
"sinon": "~7.5.0"
4051
},
4152
"scripts": {
4253
"test": "grunt"
43-
},
44-
"files": [
45-
"lib"
46-
],
47-
"keywords": [
48-
"mysql",
49-
"plus",
50-
"database",
51-
"auto",
52-
"automatic",
53-
"migration",
54-
"schema",
55-
"table",
56-
"define",
57-
"sql",
58-
"query"
59-
]
54+
}
6055
}

0 commit comments

Comments
 (0)