There is now a development branch!
From here on out, all of our work should branch from and merge to Development, with the exception of hotfixes.
It looks like we can write in ES6 for just about everything, but we will need to use require syntax instead of import for our modules.
The .npmignore file will ignore anything that is not necessary to build the npm package (docs, .gitignore, etc..)
There is now a development branch!
From here on out, all of our work should branch from and merge to Development, with the exception of hotfixes.
It looks like we can write in ES6 for just about everything, but we will need to use
requiresyntax instead ofimportfor our modules.The .npmignore file will ignore anything that is not necessary to build the npm package (docs, .gitignore, etc..)