2 Commits

Author SHA1 Message Date
5c2e01fe84 2.1.5 2019-12-15 19:22:27 +00:00
d348590e9a fix(core): update 2019-12-15 19:22:27 +00:00
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# gitzone ci_default
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
cache:
paths:
- .npmci_cache/
key: '$CI_BUILD_STAGE'
stages:
- security

View File

@ -10,6 +10,7 @@
}
},
"npmci": {
"npmAccessLevel": "public"
"npmAccessLevel": "public",
"npmRegistryUrl": "verdaccio.lossless.one"
}
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.1.4",
"version": "2.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.1.4",
"version": "2.1.5",
"private": false,
"description": "simplified access to node hash functions",
"main": "dist/index.js",