damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit fffb9b41c663dcc78a0009e230c6e805cfaf03aa
parent a8a206951490da1647f5cc9b4c799c2ebb1677b1
Author: Gavin Rehkemper <gavin@gavinr.com>
Date:   Tue, 21 Apr 2020 08:41:02 -0500

ver 1.0.1

Diffstat:
Mpackage.json | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "1.0.0", + "version": "1.0.1", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": { @@ -18,6 +18,10 @@ "repository": "https://github.com/gavinr/github-csv-tools.git", "author": "Gavin Rehkemper <gavin@gavinr.com> (http://gavinr.com/)", "license": "MIT", + "funding": { + "type" : "individual", + "url" : "https://gavinr.com/contribute" + }, "dependencies": { "@octokit/plugin-throttling": "^3.2.0", "@octokit/rest": "^17.3.0",