Skip to content

Commit e61f188

Browse files
committed
Removing gh as a peer dependency and add node 0.12 as a requirement.
1 parent cace069 commit e61f188

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@
4545
"jshint": "^2.6.0",
4646
"mocha": "^2.1.0"
4747
},
48-
"peerDependencies": {
49-
"gh": ">=1.4.0"
50-
},
5148
"engines": {
52-
"node": ">=0.8"
49+
"node": ">=0.12"
5350
},
5451
"preferGlobal": "true"
5552
}

0 commit comments

Comments
 (0)