Skip to content

Commit c9f2c85

Browse files
committed
Removes compress from dependencies, bump version
1 parent f6c1686 commit c9f2c85

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ "name" : "git"
22
, "description" : "A node.js library for git"
3-
, "version" : "0.1.3"
3+
, "version" : "0.1.4"
44
, "author" : "Christian Amor Kvalheim <[email protected]>"
5-
, "contributors" : []
5+
, "contributors" : [ "Vincent Giersch <[email protected]>" ]
66
, "repository" : { "type" : "git"
77
, "url" : "[email protected]:christkv/node-git.git" }
88
, "bugs" : { "mail" : "[email protected]"
@@ -13,10 +13,7 @@
1313
, "main": "./lib/git/index"
1414
, "directories" : { "lib" : "./lib/git" }
1515
, "engines" : { "node" : ">=0.4.0" }
16-
, "dependencies": {
17-
"compress" : ">=0.1.6"
18-
, "mime": "1.2.9"
19-
}
16+
, "dependencies": { "mime": "1.2.9" }
2017
, "devDependencies":{ "nodeunit" : ">=0.5.1" }
2118
, "licenses" : [ { "type" : "Apache License, Version 2.0"
2219
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]

0 commit comments

Comments
 (0)