Skip to content

Commit

Permalink
ci: set private to false and add version to tsconfig package
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipeutaka committed Aug 16, 2024
1 parent fb2aeb3 commit 655141b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@kanpeki/tsconfig",
"private": true,
"files": ["lib.json", "next.json"]
"private": false,
"version": "0.0.0",
"files": [
"lib.json",
"next.json"
]
}

0 comments on commit 655141b

Please sign in to comment.