enjalot / blockbuilder

Create, fork and edit d3.js code snippets for use with bl.ocks.org right in the browser, no terminal required.
Other
323 stars 59 forks source link

specify node version 12.3.0 in both package.json and .nvmrc #237

Closed micahstubbs closed 5 years ago

micahstubbs commented 5 years ago

This PR specifies node version 12.3.0 in both package.json (to block using incompatible versions) and .nvmrc (to make it easier to use compatible versions with node version managers like nvm or fnm

fix #236

micahstubbs commented 5 years ago

@hydrosquall could you review this, see if it looks alright?

hydrosquall commented 5 years ago

Yes, this looks great!