Skip to content

Commit ba4f35c

Browse files
author
Disturbing
committed
feat: mark playground package as private to exclude from publishing
1 parent b0f273d commit ba4f35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/package.json

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

0 commit comments

Comments
 (0)