Closed InfoSec812 closed 4 years ago
Currently, the version in package.json can be different than the version defined as a constant in bin/index.js. Add a unit test to verify that they match so that the build will fail if they do not match.
package.json
bin/index.js
Resolved with #64
Currently, the version in
package.json
can be different than the version defined as a constant inbin/index.js
. Add a unit test to verify that they match so that the build will fail if they do not match.