Skip to content

Commit 3174ad9

Browse files
Merge pull request #25 from dportillo-ixs/copilot/fix-render-package-private-flag
2 parents 4a8c6c3 + 81a59a6 commit 3174ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@htmldocs/render",
33
"version": "0.3.0",
4-
"private": false,
4+
"private": true,
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)