Skip to content

Commit 87e3a74

Browse files
committed
build(all): use volkswagen-onehub scope
1 parent 3c6ae8b commit 87e3a74

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ts-patch",
3-
"version": "3.2.1",
2+
"name": "@volkswagen-onehub/ts-patch",
3+
"version": "0.0.1",
44
"description": "Patch typescript to support custom transformers in tsconfig.json",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -21,7 +21,9 @@
2121
"prepare:test": "cd test && yarn install",
2222
"postbuild": "node scripts/postbuild.js"
2323
},
24-
"private": true,
24+
"publishConfig": {
25+
"access": "restricted"
26+
},
2527
"keywords": [
2628
"typescript",
2729
"transform",
@@ -37,7 +39,7 @@
3739
"license": "MIT",
3840
"repository": {
3941
"type": "git",
40-
"url": "git+ssh://git@github.com/nonara/ts-patch.git"
42+
"url": "git+ssh://git@github.com/felabr/ts-patch.git"
4143
},
4244
"bugs": {
4345
"url": "https://github.com/nonara/ts-patch/issues"

0 commit comments

Comments
 (0)