RobLoach / node-raylib

Node.js bindings for Raylib
https://robloach.github.io/node-raylib/
Other
245 stars 20 forks source link

package: Add jest and standard to dev deps #120

Closed RobLoach closed 2 years ago

RobLoach commented 2 years ago

This change adds jest and standard to dev dependencies so it doesn't ask if it should install them. Also does the same for cmake-js, which is actually a full on dependency for this project.

konsumer commented 2 years ago

npx -y can also do this, if you don't want to install them at npm i time, but also there is a problem with the -y flag in older versions of node, so maybe this is best.

RobLoach commented 2 years ago

MAkes sense :+1: