Skip to content

Commit 8935e57

Browse files
committed
Change package name to typescript playground
1 parent 1d18d53 commit 8935e57

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "fun",
2+
"name": "typescript-playground",
3+
"description": "A place to play with Typescript that has all of my favorite DX tools ready to go.",
34
"packageManager": "[email protected]",
45
"main": "src/index.ts",
56
"type": "module",

yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -1819,22 +1819,6 @@ __metadata:
18191819
languageName: node
18201820
linkType: hard
18211821

1822-
"fun@workspace:.":
1823-
version: 0.0.0-use.local
1824-
resolution: "fun@workspace:."
1825-
dependencies:
1826-
"@20i/eslint-config": ^2.0.3
1827-
esbuild: ^0.14.25
1828-
eslint: ^8.10.0
1829-
husky: ^7.0.0
1830-
lint-staged: ^12.1.0
1831-
nodemon: ^2.0.15
1832-
pinst: ^3.0.0
1833-
prettier: ^2.5.1
1834-
typescript: ^4.6.2
1835-
languageName: unknown
1836-
linkType: soft
1837-
18381822
"function-bind@npm:^1.1.1":
18391823
version: 1.1.1
18401824
resolution: "function-bind@npm:1.1.1"
@@ -3881,6 +3865,22 @@ __metadata:
38813865
languageName: node
38823866
linkType: hard
38833867

3868+
"typescript-playground@workspace:.":
3869+
version: 0.0.0-use.local
3870+
resolution: "typescript-playground@workspace:."
3871+
dependencies:
3872+
"@20i/eslint-config": ^2.0.3
3873+
esbuild: ^0.14.25
3874+
eslint: ^8.10.0
3875+
husky: ^7.0.0
3876+
lint-staged: ^12.1.0
3877+
nodemon: ^2.0.15
3878+
pinst: ^3.0.0
3879+
prettier: ^2.5.1
3880+
typescript: ^4.6.2
3881+
languageName: unknown
3882+
linkType: soft
3883+
38843884
"typescript@npm:^4.6.2":
38853885
version: 4.6.2
38863886
resolution: "typescript@npm:4.6.2"

0 commit comments

Comments
 (0)