Skip to content

Commit 4946566

Browse files
hsilanSilanHe
authored andcommitted
Set private=true in package.json to prevent accidental publishes to npm registry
1 parent 3f660d6 commit 4946566

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

dex-internal-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@
8484
},
8585
"react-native": {
8686
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
87-
}
87+
},
88+
"private": true
8889
}

examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
"ts-node": "^10.9.2",
5555
"typescript": "^5.8.2",
5656
"typescript-eslint": "^8.29.0"
57-
}
57+
},
58+
"private": true
5859
}

lambda-durable-functions-sdk-js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"@aws-sdk/credential-provider-node": {
6868
"optional": false
6969
}
70-
}
70+
},
71+
"private": true
7172
}

lambda-durable-functions-testing-sdk-js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
},
6060
"lint-staged": {
6161
"*.js": "eslint --cache --fix"
62-
}
62+
},
63+
"private": true
6364
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"bugs": {
2929
"url": "https://github.com/aws/lambda-durable-functions-js/issues"
3030
},
31-
"private": true,
3231
"homepage": "https://github.com/aws/lambda-durable-functions-js/blob/test-hsilan/README.md",
3332
"devDependencies": {
3433
"@eslint/compat": "^1.3.0",
@@ -55,5 +54,6 @@
5554
},
5655
"lint-staged": {
5756
"*.js": "eslint --cache --fix"
58-
}
57+
},
58+
"private": true
5959
}

0 commit comments

Comments
 (0)