Skip to content

Commit 2c162ce

Browse files
committed
chore(initial): Release
1 parent a84b47c commit 2c162ce

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.changeset/initial-release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@jhecht/arktype-utils": patch
3+
"@jhecht/eslint-plugin": patch
4+
"@jhecht/typescript-config": patch
5+
---
6+
7+
Initial release of all scoped packages

packages/arktype-utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"type": "module",
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"scripts": {
1013
"test": "vitest --coverage",
1114
"test:ci": "vitest run --coverage --changed",

packages/eslint-plugin/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "./dist/index.js",
66
"author": "jhechtf<jhechtf+npm@gmail.com>",
77
"license": "MIT",
8+
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
812
"scripts": {
913
"test": "vitest",
1014
"prelint": "pnpm build",

packages/typescript-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jhecht/typescript-config",
33
"version": "0.1.0",
4-
"private": true,
4+
"private": false,
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)