Skip to content

Commit ddeeca7

Browse files
committed
chore: update package.json
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent f14037b commit ddeeca7

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "goscript",
3-
"version": "1.0.0",
3+
"version": "0.0.2",
44
"description": "Go to TypeScript compiler",
55
"scripts": {
66
"example": "cd ./example/simple && bash run.bash",
77
"test": "go test -v ./..."
88
},
99
"devDependencies": {
10-
"typescript": "^5.0.0",
11-
"tsx": "^4.0.0"
10+
"prettier": "^3.5.3",
11+
"tsx": "^4.0.0",
12+
"typescript": "^5.0.0"
1213
}
13-
}
14+
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ get-tsconfig@^4.7.5:
170170
dependencies:
171171
resolve-pkg-maps "^1.0.0"
172172

173+
prettier@^3.5.3:
174+
version "3.5.3"
175+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
176+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
177+
173178
resolve-pkg-maps@^1.0.0:
174179
version "1.0.0"
175180
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"

0 commit comments

Comments
 (0)