Skip to content

Commit 655141b

Browse files
committed
ci: set private to false and add version to tsconfig package
1 parent fb2aeb3 commit 655141b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/tsconfig/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "@kanpeki/tsconfig",
3-
"private": true,
4-
"files": ["lib.json", "next.json"]
3+
"private": false,
4+
"version": "0.0.0",
5+
"files": [
6+
"lib.json",
7+
"next.json"
8+
]
59
}

0 commit comments

Comments
 (0)