Skip to content

Commit 08b02b4

Browse files
committed
fixes #128
1 parent 5d05193 commit 08b02b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "CC0-1.0",
66
"version": "0.0.3",
77
"dependencies": {
8-
"async": "latest",
9-
"twit": "latest",
8+
"async": "0.9.x",
9+
"twit": "1.1.x",
1010
"wikichanges": ">=0.2.6",
11-
"coffee-script": "latest",
12-
"minimist": "latest",
13-
"mustache": "latest",
14-
"ipv6": "latest"
11+
"coffee-script": "1.8.x",
12+
"minimist": "1.1.x",
13+
"mustache": "0.8.x",
14+
"ipv6": "3.x.x"
1515
},
1616
"devDependencies": {
1717
"mocha": "latest",

0 commit comments

Comments
 (0)