Skip to content

Commit 54f91aa

Browse files
committed
add property name in package.json
1 parent 4a75ee2 commit 54f91aa

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

tests/analysis_tests/tests-generic-jsx-transform/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "tests-generic-jsx-transform",
23
"scripts": {
34
"build": "rescript",
45
"clean": "rescript clean -with-deps"

tests/analysis_tests/tests-incremental-typechecking/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "tests-incremental-typechecking",
23
"scripts": {
34
"build": "rescript",
45
"clean": "rescript clean -with-deps"

tests/analysis_tests/tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "tests",
23
"scripts": {
34
"build": "rescript",
45
"clean": "rescript clean -with-deps"

tests/gentype_tests/typescript-react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"rescript": "file:../../..",
2222
"typescript": "^5.2.2"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)