Skip to content

Commit 8a56148

Browse files
committed
fix: Fix publishing
1 parent 2e050b4 commit 8a56148

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

cspell.code-workspace

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
{ "path": "packages/cspell-io" },
1919
{ "path": "packages/cspell-json-reporter" },
2020
{ "path": "packages/cspell-lib" },
21+
{ "path": "packages/cspell-normalize-json" },
2122
{ "path": "packages/cspell-pipe" },
2223
{ "path": "packages/cspell-resolver" },
2324
{ "path": "packages/cspell-service-bus" },

packages/cspell-filetypes/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@cspell/filetypes",
3+
"publishConfig": {
4+
"access": "public"
5+
},
36
"version": "8.14.0",
47
"description": "Library to determine file types based upon the file name.",
58
"keywords": [

packages/cspell-normalize-json/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@cspell/normalize-json",
3+
"publishConfig": {
4+
"access": "public"
5+
},
36
"version": "8.14.0",
47
"description": "A library to normalize JSON objects to reduce the size.",
58
"keywords": [

0 commit comments

Comments
 (0)