From ce97eecf716c061dbaa98d027aa1bf20897751e2 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 25 Aug 2022 08:41:49 +0100 Subject: [PATCH] chore: original author (#1) --- README.md | 4 ++++ package.json | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 734e54d..bd33e96 100644 --- a/README.md +++ b/README.md @@ -284,3 +284,7 @@ Options to pass to [`gray-matter`'s `stringify` method](https://www.npmjs.com/pa ## Similar packages If you need something more generic and with more API, then [Gulp](https://github.com/gulpjs/gulp) might be your thing. + +## Original Author + +This package has been originally developed by [Hilja](https://github.com/hilja/file-batcher) and later packeged by [Craig Dennis](https://github.com/craigmdennis/). As no activity has been happening recentely and PRs are not getting reviewed and merged, I am resharing it, in the quest to maintain it working and updated. diff --git a/package.json b/package.json index fb8015e..0f400d8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "author": "Antti Hilja", + "contributors": [{ + "name":"Stefano Cislaghi", + "url":"https://stefanocislaghi.com" + }], "description": "Asynchronous bulk edit utility for Front Matter powered Markdown files", - "license": "ISC", + "license": "MIT", "main": "index.js", "name": "file-batcher", - "version": "0.0.1-beta.0", - "repository": "https://github.com/hilja/file-batcher", - "homepage": "https://github.com/hilja/file-batcher", + "version": "1.0.0", + "repository": "https://github.com/LunaticMuch/file-batcher", + "homepage": "https://github.com/LunaticMuch/file-batcher", "keywords": [ "markdown", "front matter",