Skip to content

Commit a321caa

Browse files
committed
fix: incorrect package name
1 parent 9b0011a commit a321caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"private": true,
3-
"name": "typescript-multi-lib-starter",
3+
"name": "typescript-multi-package-starter",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/binier/typescript-multi-lib-starter.git"
7+
"url": "https://github.com/binier/typescript-multi-package-starter.git"
88
},
99
"workspaces": {
1010
"packages": [

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"compilerOptions": {
88
"baseUrl": ".",
99
"paths": {
10-
"@typescript-multi-lib-starter/*": ["packages/*/src"]
10+
"@typescript-multi-package-starter/*": ["packages/*/src"]
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)