Skip to content

Commit f233bd7

Browse files
committed
Publish under codecompose
1 parent 6422078 commit f233bd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mono-ts",
2+
"name": "@codecompose/mono-ts",
33
"description": "A quest for the ideal TS monorepo setup",
44
"version": "1.0.0",
55
"keywords": [
@@ -15,9 +15,13 @@
1515
"files": [
1616
"dist"
1717
],
18+
"main": "dist/index.js",
1819
"packageManager": "[email protected]+sha256.caa915eaae9d9aefccf50ee8aeda25a2f8684d8f9d5c6e367eaf176d97c1f89e",
1920
"author": "Thijs Koerselman",
2021
"license": "MIT",
22+
"publishConfig": {
23+
"access": "public"
24+
},
2125
"repository": {
2226
"type": "git",
2327
"url": "https://github.com/0x80/mono-ts"

0 commit comments

Comments
 (0)