Comparing version 0.0.7 to 0.0.8
@@ -9,5 +9,6 @@ var fs = require('fs'); | ||
description : "Target service. You can run after complete router.json", | ||
example : "make_api.js -f text" | ||
example : "node make_api.js text" | ||
}); | ||
var argvs = argv.run(); | ||
@@ -27,2 +28,2 @@ var router = JSON.parse(fs.readFileSync("./" + argvs.targets + "/router.json")); | ||
} | ||
} |
{ | ||
"name" : "node-yj", | ||
"version" : "0.0.7", | ||
"version" : "0.0.8", | ||
"description" : "NodeJS wrapper for the Yahoo! JAPAN API", | ||
@@ -5,0 +5,0 @@ "author": "Kai Sasaki, Yohei Yamaguchi", |
@@ -79,4 +79,6 @@ # node-yj | ||
However vows module is not support node v0.10.0. So this test codes requires under v0.10.0 versions. | ||
### License | ||
MIT License. Please see the LICENSE file in details. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66119
56
1798
83
17