This commit is contained in:
Christopher Jeffrey 2020-03-31 05:50:35 -07:00
parent 836f86822d
commit 5b1980fc2d
No known key found for this signature in database
GPG key ID: 8962AB9DE6666BBD
4 changed files with 6 additions and 6 deletions

View file

@ -14,15 +14,15 @@ jobs:
- checkout
- restore_cache:
keys:
- v2.1.3-dependencies-{{ checksum "package.json" }}
- v2.1.5-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v2.1.3-dependencies-
- v2.1.5-dependencies-
- run: npm install
- run: npm install bslint istanbul@1.1.0-alpha.1 codecov
- save_cache:
paths:
- node_modules
key: v2.1.3-dependencies-{{ checksum "package.json" }}
key: v2.1.5-dependencies-{{ checksum "package.json" }}
- persist_to_workspace:
root: .
paths: .

View file

@ -70,7 +70,7 @@ pkg.cfg = `${pkg.core}.conf`;
* @default
*/
pkg.version = '2.1.3';
pkg.version = '2.1.5';
/**
* Repository URL.

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "hsd",
"version": "2.1.3",
"version": "2.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "hsd",
"version": "2.1.4",
"version": "2.1.5",
"description": "Cryptocurrency bike-shed",
"license": "MIT",
"repository": "git://github.com/handshake-org/hsd.git",