Skip to content

Commit 9b9fb5e

Browse files
author
Umutcan ÖNER
committed
chore: make package private to prevent npm publication
1 parent 98e2e86 commit 9b9fb5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "zopio",
33
"version": "0.9.0",
4+
"private": true,
45
"bin": {
56
"zopio": "dist/index.js"
67
},
7-
"files": [
8-
"dist/index.js"
9-
],
8+
"files": ["dist/index.js"],
109
"scripts": {
1110
"build": "turbo build",
1211
"dev": "turbo dev",

0 commit comments

Comments
 (0)