Comparing version 0.1.0 to 0.2.0
0.1.0 / 2013-11-17 | ||
0.2.0 / 2016-03-19 | ||
================== | ||
* upgrade osc min to latest [@tomchambers2] | ||
* add a listener [@tomchambers2] | ||
0.1.0 / 2013-11-17 | ||
================== | ||
* add colorful output | ||
@@ -9,5 +15,5 @@ * add error output no arguments are given | ||
0.0.1 / 2013-11-07 | ||
0.0.1 / 2013-11-07 | ||
================== | ||
* initial release |
{ | ||
"name": "osc-cli", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "osc command-line interface", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
"dependencies": { | ||
"osc-min": "0.0.12", | ||
"osc-min": "1.1.1", | ||
"commander": "~2.0.0" | ||
@@ -18,2 +18,3 @@ }, | ||
"osc": "bin/osc", | ||
"osc-listen": "bin/osc-listen", | ||
"osc-cli": "bin/osc" | ||
@@ -20,0 +21,0 @@ }, |
@@ -12,2 +12,4 @@ | ||
### Send | ||
$ osc /foo bar baz # => send /foo with bar and baz to localhost:7400 | ||
@@ -19,4 +21,8 @@ | ||
### Listen | ||
$ osc-listen -a /address/whatever -p 12345 | ||
## License | ||
MIT |
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
3997
6
27
+ Addedosc-min@1.1.1(transitive)
- Removedcoffee-script@1.12.7(transitive)
- Removedosc-min@0.0.12(transitive)
Updatedosc-min@1.1.1