Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cspell-lib@3.0.8
 - cspell-tools@3.0.8
 - cspell-trie@3.0.10
 - cspell@3.2.13
  • Loading branch information
Jason3S committed May 13, 2019
1 parent 7a77ed2 commit 31a7b58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "3.0.7",
"version": "3.0.8",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-tools",
"version": "3.0.7",
"version": "3.0.8",
"description": "Tools to assist with the development of cSpell",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^2.20.0",
"cspell-lib": "^3.0.7",
"cspell-trie": "^3.0.9",
"cspell-lib": "^3.0.8",
"cspell-trie": "^3.0.10",
"fs-extra": "^7.0.1",
"gensequence": "^2.1.2",
"glob": "^7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-trie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-trie",
"version": "3.0.9",
"version": "3.0.10",
"description": "Trie Data Structure and tools to support cspell.",
"bin": "./dist/app.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^2.20.0",
"cspell-lib": "^3.0.7",
"cspell-lib": "^3.0.8",
"fs-extra": "^7.0.1",
"gensequence": "^2.1.2",
"hunspell-reader": "^2.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "3.2.12",
"version": "3.2.13",
"description": "A Spelling Checker for Code!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"devDependencies": {
"cspell-tools": "^3.0.7"
"cspell-tools": "^3.0.8"
},
"dependencies": {
"chalk": "^2.4.2",
Expand All @@ -82,8 +82,8 @@
"cspell-dict-python": "^1.0.9",
"cspell-dict-rust": "^1.0.6",
"cspell-dict-scala": "^1.0.6",
"cspell-lib": "^3.0.7",
"cspell-trie": "^3.0.9",
"cspell-lib": "^3.0.8",
"cspell-trie": "^3.0.10",
"fs-extra": "^7.0.1",
"gensequence": "^2.1.2",
"glob": "^7.1.4",
Expand Down

0 comments on commit 31a7b58

Please sign in to comment.