updated version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blockstorage/repertory-js",
|
||||
"version": "1.3.1-r3",
|
||||
"version": "1.3.1-r4",
|
||||
"description": "A Node.js module for interfacing with Repertory's remote mount API",
|
||||
"author": "scott.e.graves@protonmail.com",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -14,7 +14,7 @@ test(`'instance_id' is valid`, () => {
|
||||
|
||||
test(`'version' can be read from 'package.json'`, () => {
|
||||
console.log(get_version());
|
||||
expect(get_version()).toBe('1.3.1-r3');
|
||||
expect(get_version()).toBe('1.3.1-r4');
|
||||
});
|
||||
|
||||
test(`'version' can be overridden by environment variable`, () => {
|
||||
|
||||
Reference in New Issue
Block a user