@storm-software/cspell 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
],
|
|
99
99
|
"peerDependencies": { "cspell": "8.8.4" },
|
|
100
100
|
"peerDependenciesMeta": { "cspell": { "optional": false } },
|
|
101
|
-
"
|
|
101
|
+
"devDependencies": {
|
|
102
102
|
"@cspell/cspell-tools": "^8.17.1",
|
|
103
103
|
"@cspell/dict-aws": "^4.0.2",
|
|
104
104
|
"@cspell/dict-bash": "^4.1.3",
|
|
@@ -137,8 +137,9 @@
|
|
|
137
137
|
"@cspell/dict-svelte": "^1.0.2",
|
|
138
138
|
"@cspell/dict-swift": "^2.0.1",
|
|
139
139
|
"@cspell/dict-typescript": "^3.1.5",
|
|
140
|
-
"@cspell/dict-vue": "^3.0.0"
|
|
140
|
+
"@cspell/dict-vue": "^3.0.0",
|
|
141
|
+
"cspell": "8.8.4",
|
|
142
|
+
"tsup": "8.3.5"
|
|
141
143
|
},
|
|
142
|
-
"devDependencies": { "cspell": "8.8.4", "tsup": "8.3.5" },
|
|
143
144
|
"publishConfig": { "access": "public" }
|
|
144
145
|
}
|