Skip to content

Commit

Permalink
chore: Fix yarn references to private packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 28, 2022
1 parent def4043 commit 6106ad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dictionaries/en_GB-MIT/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"test": "tests"
},
"devDependencies": {
"@cspell/dict-en-shared": "1.0.0"
"@cspell/dict-en-shared": "*"
}
}
2 changes: 1 addition & 1 deletion dictionaries/en_GB/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"devDependencies": {
"aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict",
"@cspell/dict-en-shared": "1.0.0"
"@cspell/dict-en-shared": "*"
}
}
2 changes: 1 addition & 1 deletion dictionaries/en_US/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict",
"@cspell/dict-en-shared": "1.0.0"
"@cspell/dict-en-shared": "*"
}
}

0 comments on commit 6106ad7

Please sign in to comment.