Skip to content

Commit

Permalink
fix: private field
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored and pngwn committed Sep 19, 2024
1 parent bdb68ee commit f29f31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "src/main.ts",
"module": "src/main.ts",
"private": "true",
"private": true,
"type": "module",
"scripts": {},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "mdsvex-test",
"version": "1.0.0",
"private": true,
"description": "generated by pkg.pr.new",
"main": "index.js",
"dependencies": {
Expand All @@ -9,6 +10,5 @@
"keywords": [],
"author": "pkg.pr.new",
"license": "ISC",
"private": "true",
"type": "module"
}

0 comments on commit f29f31c

Please sign in to comment.