Skip to content

Commit 804c036

Browse files
committed
Merge pull request #116 from Raynos/patch-1
Do not depend star
2 parents a89dcda + 43cd7b2 commit 804c036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A higher-level wrapper around the Github API.",
55
"main": "github.js",
66
"dependencies": {
7-
"xmlhttprequest": "*",
8-
"underscore": "*"
7+
"xmlhttprequest": "~1.6.0",
8+
"underscore": "~1.6.0"
99
},
1010
"devDependencies": {
1111
"chai": "*",

0 commit comments

Comments
 (0)