From f62ebe674f3da9e72a629ce14cbd711233979c7f Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sun, 18 Jun 2017 13:18:00 -0700 Subject: [PATCH] gx: publish License: MIT Signed-off-by: Steven Allen --- .gx/lastpubver | 1 + package.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .gx/lastpubver create mode 100644 package.json diff --git a/.gx/lastpubver b/.gx/lastpubver new file mode 100644 index 0000000..5a84925 --- /dev/null +++ b/.gx/lastpubver @@ -0,0 +1 @@ +0.1.0: QmeK8xFAXx4GBpZG6mizck1XAunVtxP8Tmvir5FMwp5MYb diff --git a/package.json b/package.json new file mode 100644 index 0000000..c76027a --- /dev/null +++ b/package.json @@ -0,0 +1,36 @@ +{ + "author": "stebalien", + "bugs": { + "url": "https://github.com/ipfs/go-block-format" + }, + "gx": { + "dvcsimport": "github.com/ipfs/go-block-format" + }, + "gxDependencies": [ + { + "author": "whyrusleeping", + "hash": "QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ", + "name": "go-cid", + "version": "0.7.12" + }, + { + "author": "multiformats", + "hash": "QmVGtdTZdTFaLsaj2RwdVG8jcjNNcp1DE914DKZ2kHmXHw", + "name": "go-multihash", + "version": "1.0.4" + }, + { + "author": "whyrusleeping", + "hash": "QmWbjfz3u6HkAdPh34dgPchGbQjob6LXLhAeCGii2TX69n", + "name": "go-ipfs-util", + "version": "1.2.4" + } + ], + "gxVersion": "0.11.0", + "language": "go", + "license": "", + "name": "go-block-format", + "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", + "version": "0.1.0" +} + -- GitLab