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 <robloach@gmail.com>
This commit is contained in:
Aloz1 2021-12-15 10:36:03 +11:00 committed by GitHub
parent 230231355d
commit e129ca6e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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.