Skip to content

Commit 0428cff

Browse files
committed
format package.json
1 parent f67557d commit 0428cff

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
"version": "1.0.5",
44
"description": "Easy to use asynchronous job queue. Successor of 'caolan/async.queue'.",
55
"main": "index.js",
6-
"engines" : {
7-
"node" : ">4.0.0"
8-
},
6+
"author": "astur <[email protected]> (http://kozlov.am/)",
97
"repository": {
108
"type": "git",
119
"url": "https://github.com/astur/tress.git"
1210
},
13-
"bugs": {
14-
"url": "https://github.com/astur/tress/issues"
11+
"engines" : {
12+
"node" : ">8.0.0"
1513
},
16-
"homepage": "https://github.com/astur/tress",
17-
"author": "astur <[email protected]> (http://kozlov.am/)",
1814
"keywords": [
1915
"async",
2016
"queue"

0 commit comments

Comments
 (0)