We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6ae8b commit 87e3a74Copy full SHA for 87e3a74
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "ts-patch",
3
- "version": "3.2.1",
+ "name": "@volkswagen-onehub/ts-patch",
+ "version": "0.0.1",
4
"description": "Patch typescript to support custom transformers in tsconfig.json",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
@@ -21,7 +21,9 @@
21
"prepare:test": "cd test && yarn install",
22
"postbuild": "node scripts/postbuild.js"
23
},
24
- "private": true,
+ "publishConfig": {
25
+ "access": "restricted"
26
+ },
27
"keywords": [
28
"typescript",
29
"transform",
@@ -37,7 +39,7 @@
37
39
"license": "MIT",
38
40
"repository": {
41
"type": "git",
- "url": "git+ssh://git@github.com/nonara/ts-patch.git"
42
+ "url": "git+ssh://git@github.com/felabr/ts-patch.git"
43
44
"bugs": {
45
"url": "https://github.com/nonara/ts-patch/issues"
0 commit comments