v2.1.5
This commit is contained in:
parent
836f86822d
commit
5b1980fc2d
4 changed files with 6 additions and 6 deletions
|
|
@ -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: .
|
||||
|
|
|
|||
|
|
@ -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
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hsd",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue