From 87e3a7461de92d8adc1a66f26d4417f0a9692c58 Mon Sep 17 00:00:00 2001 From: Felix Abraham Date: Wed, 17 Jul 2024 16:38:53 +0200 Subject: [PATCH] build(all): use volkswagen-onehub scope --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc5ec82..db11736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ts-patch", - "version": "3.2.1", + "name": "@volkswagen-onehub/ts-patch", + "version": "0.0.1", "description": "Patch typescript to support custom transformers in tsconfig.json", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -21,7 +21,9 @@ "prepare:test": "cd test && yarn install", "postbuild": "node scripts/postbuild.js" }, - "private": true, + "publishConfig": { + "access": "restricted" + }, "keywords": [ "typescript", "transform", @@ -37,7 +39,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+ssh://git@github.com/nonara/ts-patch.git" + "url": "git+ssh://git@github.com/felabr/ts-patch.git" }, "bugs": { "url": "https://github.com/nonara/ts-patch/issues"