Skip to content

chore(): Add 'clib.json' for clib@^1.9.0 #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwerle
Copy link

@jwerle jwerle commented Aug 7, 2019

No description provided.

@daddinuz
Copy link
Owner

daddinuz commented Nov 2, 2019

Hi @jwerle, sorry for the late reply, thank you for contributing!

It's been a while that I'm not programming in C and I think I missed some updates from clib.
I haven't found anything in the docs, so I'm asking it to you:

  • what is clib.json and what are the differences from the old package.json?
  • (related to the first question) do we need both clib.json and package.json? If yes, why?
  • why do we need nodejs scripts? I'd like to avoid node as a system dependency.
@jwerle
Copy link
Author

jwerle commented Nov 2, 2019

@daddinuz club.json is intended to replace the package.json file. It is supported in master of clib. The package.json file is not necessary anymore not are the scripts. This PR allows both to exists for those have not upgraded while the node scripts are used for convenience to ensure the versions Between clib.json ans package.json are the same. However, everything will be okay with just the clib.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants