diff --git a/TODO.txt b/TODO.txt index ceeaa58..eed2132 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,11 +1,10 @@ TritonApi +note in README that full UUIDs is much faster in the API "shortid" instead of full UUID "id" in default output, and then allow lookup by that shortid. Really nice for 80 columns. - - insts - networks - - don't bother if not [0-9a-f-] 12 char shortids (matches docker) diff --git a/package.json b/package.json index e3833ad..08c8f49 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,6 @@ }, "engines": { "node": ">=0.10" - } + }, + "license": "MPL-2.0" }