2 Commits

Author SHA1 Message Date
292c99e9d9 1.0.9 2021-03-07 23:38:58 +00:00
4dc71ce246 fix(core): update 2021-03-07 23:38:58 +00:00
3 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ auditProductionDependencies:
- npmci command npm audit --audit-level=high --only=prod --production
tags:
- docker
allow_failure: true
auditDevDependencies:
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartparcel",
"version": "1.0.8",
"version": "1.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartparcel",
"version": "1.0.8",
"version": "1.0.9",
"private": false,
"description": "a wrapper for parcel",
"main": "dist_ts/index.js",