snollygolly / open-hearts

:heart: An open source version of the card game Hearts.
21 stars 4 forks source link

Change package references to non-global form #18

Closed snollygolly closed 8 years ago

snollygolly commented 8 years ago

In the package.json, the build and watch scripts have global commands attached to them. They need to be changed to the local versions so they work without global installs.

(Look at how we call tests to an example of this)

zlshames commented 8 years ago

These packages don't need to be installed globally to use. Local .bin path can be used, but not needed. Closing.