From 63f16a40b4724387728612d5a614cba78721eafe Mon Sep 17 00:00:00 2001 From: b41ex Date: Thu, 23 Jan 2025 13:00:27 +0300 Subject: [PATCH] build: replace package-lock with npm-shrinkwrap file to allow its publishing --- package-lock.json => npm-shrinkwrap.json | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) rename package-lock.json => npm-shrinkwrap.json (99%) diff --git a/package-lock.json b/npm-shrinkwrap.json similarity index 99% rename from package-lock.json rename to npm-shrinkwrap.json index cd92204..5cceb9f 100644 --- a/package-lock.json +++ b/npm-shrinkwrap.json @@ -1,11 +1,11 @@ { - "name": "qubership-apihub-build-task-consumer", + "name": "@netcracker/qubership-apihub-build-task-consumer", "version": "2.0.3-dev.7", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "qubership-apihub-build-task-consumer", + "name": "@netcracker/qubership-apihub-build-task-consumer", "version": "2.0.3-dev.7", "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 74e64b2..33a6fe1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "2.0.3-dev.7", "license": "Apache-2.0", "files": [ - "dist" + "dist", + "npm-shrinkwrap.json" ], "scripts": { "prebuild": "rimraf dist",