Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ buildpath
cachecompl
CEDARPRIVATESPACES
CERTFILE
chrono
ckey
clearsign
clientsecret
Expand Down Expand Up @@ -134,6 +135,7 @@ killall
Klass
kolkrabbi
libexec
libpq
localdb
localspace
logfile
Expand Down Expand Up @@ -217,6 +219,7 @@ netrc
newkey
newname
newpassword
NGPG
nodir
noeviction
notaninteger
Expand Down Expand Up @@ -247,6 +250,7 @@ pgappname
pgbackups
pgbouncer
pgbouncers
PGCHANNELBINDING
pgdatabase
pgdiagnose
pgdg
Expand Down
4 changes: 2 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"./CHANGELOG.md",
"**/package-lock.json",
"**/node_modules/**",
"**/coverage/**"
"**/coverage/**",
"**/fixtures/**"
]
}

40 changes: 17 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"ansi-escapes": "^4.3.2",
"ansis": "^4",
"bytes": "^3.1.2",
"chrono-node": "^2.7.6",
"cli-progress": "^3.12.0",
"commander": "^2.15.1",
"date-fns": "^2.30.0",
Expand All @@ -55,6 +56,7 @@
"https-proxy-agent": "^7.0.6",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"mock-stdin": "^1",
"natural-orderby": "^5.0.0",
"netrc-parser": "3.1.6",
"node-fetch": "^2.6.7",
Expand Down
Loading
Loading