Skip to content

Commit

Permalink
chore(playground): Update package.json to set "private" to true
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 11, 2024
1 parent 0819248 commit 01bea21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
"author": "S. Ali Mihandoost <[email protected]>",
"private": true,
"type": "module",
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
Expand Down

0 comments on commit 01bea21

Please sign in to comment.