RobLoach / node-raylib

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

Bring dev-dependencies #138

Closed RobLoach closed 2 years ago

RobLoach commented 2 years ago

Found when you're not connected to the internet, you could not run the tests. This brings the testing packages directly into dev-dependencies so that you can use npm i and run the tests when disconnected from the Internet.