From e129ca6e67f6664ef297bca66ece4ed79e2ad666 Mon Sep 17 00:00:00 2001 From: Aloz1 Date: Wed, 15 Dec 2021 10:36:03 +1100 Subject: [PATCH] Rename package.json to clib.json (#365) The clib package manager has deprecated package.json in favor of clib.json (probably to reduce confusion between clib and other package managers). As far as I can tell, there's no difference in file format, just file name. * Remove version bump * Fix spelling of contributor Co-authored-by: Rob Loach --- Readme.md | 2 +- package.json => clib.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename package.json => clib.json (100%) diff --git a/Readme.md b/Readme.md index 446b853..401ea3e 100644 --- a/Readme.md +++ b/Readme.md @@ -186,7 +186,7 @@ Reviewing changes to `src/*` and `nuklear.h`: * Indentation. * Curly bracket (`{}`) placement. * Ensure that the contributor has bumped the appropriate version in - [package.json](https://github.com/Immediate-Mode-UI/Nuklear/blob/master/package.json) + [clib.json](https://github.com/Immediate-Mode-UI/Nuklear/blob/master/clib.json) and added their changes to the [CHANGELOG](https://github.com/Immediate-Mode-UI/Nuklear/blob/master/src/CHANGELOG). * Have at least one other person review the changes before merging. diff --git a/package.json b/clib.json similarity index 100% rename from package.json rename to clib.json