Skip to content

Commit b934253

Browse files
committed
run premerge script
1 parent c4b3616 commit b934253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastax/astra-db-ts",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Data API TypeScript client",
55
"contributors": [
66
"Kavin Gupta (https://github.com/toptobes)",
@@ -55,10 +55,10 @@
5555
},
5656
"scripts": {
5757
"lint": "eslint src/* tests/*",
58-
"test": "sh scripts/test.sh",
59-
"build": "sh scripts/build.sh",
58+
"test": "sh scripts/test.ts",
59+
"build": "sh scripts/build.ts",
6060
"version": "sh scripts/utils/version.sh"
61-
},
61+
},g
6262
"bugs": {
6363
"url": "https://github.com/datastax/astra-ts-client/issues"
6464
},

0 commit comments

Comments
 (0)