The npm Version

Add the npm version to our Transcrypt project.

When working on an application, it’s always good to know if we have deployed the version we think it is. While code repositories like GitHub are great for versioning in general, that versioning doesn’t always carry through to the deployment of the application. What we’ll present here is one way to tackle that issue.

The built-in version of npm

As it turns out, the node package manager that we are already using has a built-in feature to version our application. If we look at the ...