stasm / innerself

◘ A tiny view + state management solution using innerHTML
ISC License
778 stars 28 forks source link

Node version and CI #24

Closed bcruddy closed 6 years ago

bcruddy commented 6 years ago

As of now the node version is ambiguous and some CI to run tests on PRs would be nice. My personal preference is travis but that's only because I'm most familiar with it.

I'm also a big fan of nvm for managing node versions and I think that's probably the most popular tool for doing so, I think an .nvmrc file makes sense.

bcruddy commented 6 years ago

Resolved by #25