canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Move steal-stache from dependencies -> devDependencies #363

Open chasenlehara opened 6 years ago

chasenlehara commented 6 years ago

Is steal-stache used for anything other than tests? If not, then I think it should be moved from dependencies to devDependencies.

This came up on Gitter because a fresh install of can installs two versions of can-stache because steal-stache depends on a later version than the rest of the can-* packages.