From e6c071ec95509ac8a8ee892e3af86bd22d0db018 Mon Sep 17 00:00:00 2001 From: Kevin Stiehl Date: Tue, 23 Mar 2021 17:29:14 +0100 Subject: [PATCH] update name --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 760e721..b19ffd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "project-piper-action-utils", + "name": "@sap/project-piper-action-utils", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 338cbd3..f3f9141 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "main": "./dist/index.js", "repository": "github:sap/project-piper-action-utils", "types": "dist/index.d.ts", - "name": "project-piper-action-utils", + "name": "@sap/project-piper-action-utils", "scripts": { "lint": "npx eslint src/**", "prebuild": "npx eslint && rm -rf ./dist",