Skip to content

Commit 32e8aac

Browse files
committed
build: minor package.json clean up
1 parent 9575dd6 commit 32e8aac

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

package.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,12 @@
55
"license": "MIT",
66
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
77
"contributors": [
8-
{
9-
"name": "Andrey Sidorov",
10-
"email": "[email protected]"
11-
},
12-
{
13-
"name": "Douglas Christopher Wilson",
14-
"email": "[email protected]"
15-
},
16-
{
17-
"name": "Diogo Resende",
18-
"email": "[email protected]"
19-
}
8+
"Andrey Sidorov <[email protected]>",
9+
"Douglas Christopher Wilson <[email protected]>",
10+
"Diogo Resende <[email protected]>"
2011
],
2112
"homepage": "https://github.com/felixge/node-mysql",
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/felixge/node-mysql"
25-
},
26-
"main": "./index",
27-
"scripts": {
28-
"test": "node test/run.js"
29-
},
13+
"repository": "felixge/node-mysql",
3014
"dependencies": {
3115
"bignumber.js": "1.4.0",
3216
"readable-stream": "~1.1.13",
@@ -39,5 +23,8 @@
3923
},
4024
"engines": {
4125
"node": ">= 0.8"
26+
},
27+
"scripts": {
28+
"test": "node test/run.js"
4229
}
4330
}

0 commit comments

Comments
 (0)