• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

command line interface based Twitter client


Commit MetaInfo

修訂a4e9f03b0df4f5ecf7d61cef5aaed288b0c83089 (tree)
時間2014-08-16 20:31:11
作者hylom <hylom@hylo...>
Commiterhylom

Log Message

fix package.json: to use commander 1.x

Change Summary

差異

--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
1212 "dependencies": {
1313 "ntwitter": "*",
1414 "optimist": ">=0.3.4",
15- "commander": ">=1.0.4",
15+ "commander": "1.x",
1616 "oauth": "*"
1717 }
1818 }