Skip to content

Commit

Permalink
fix: Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 17, 2024
1 parent 2e050b4 commit 8a56148
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{ "path": "packages/cspell-io" },
{ "path": "packages/cspell-json-reporter" },
{ "path": "packages/cspell-lib" },
{ "path": "packages/cspell-normalize-json" },
{ "path": "packages/cspell-pipe" },
{ "path": "packages/cspell-resolver" },
{ "path": "packages/cspell-service-bus" },
Expand Down
3 changes: 3 additions & 0 deletions packages/cspell-filetypes/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@cspell/filetypes",
"publishConfig": {
"access": "public"
},
"version": "8.14.0",
"description": "Library to determine file types based upon the file name.",
"keywords": [
Expand Down
3 changes: 3 additions & 0 deletions packages/cspell-normalize-json/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@cspell/normalize-json",
"publishConfig": {
"access": "public"
},
"version": "8.14.0",
"description": "A library to normalize JSON objects to reduce the size.",
"keywords": [
Expand Down

0 comments on commit 8a56148

Please sign in to comment.