-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
I've noticed that there are some commits mentioned migrating to npm in place of yarn. Also, yarn.lock
file is currently behind package-lock.json
.
My suggestions:
- Update documentation to use npm syntax for installing packages instead of yarn. Running script command from yarn is acceptable and take fewer keystrokes, so please share your thought about this.
- Delete
yarn.lock
file to avoid confusion.
manekinekko and alexbrbr