Skip to content

Commit

Permalink
build(all): use volkswagen-onehub scope
Browse files Browse the repository at this point in the history
  • Loading branch information
felabr committed Jul 17, 2024
1 parent 3c6ae8b commit 87e3a74
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,7 +21,9 @@
"prepare:test": "cd test && yarn install",
"postbuild": "node scripts/postbuild.js"
},
"private": true,
"publishConfig": {
"access": "restricted"
},
"keywords": [
"typescript",
"transform",
Expand All @@ -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"
Expand Down

0 comments on commit 87e3a74

Please sign in to comment.