Skip to content

Commit 94277fc

Browse files
committed
Merge branch 'next' of github.com:Garlic-Team/GCommands into next
2 parents f459b31 + f83854e commit 94277fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "bash scripts/build.bash",
99
"lint": "npx eslint .",
10-
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files",
10+
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files --no-comments",
1111
"build:types": "tsc --emitDeclarationOnly",
1212
"build:docs": "typedoc --json docs/out-latest.json src/index.ts && node scripts/docs.mjs",
1313
"build:nextdocs": "typedoc --json docs/out-next.json src/index.ts && node scripts/next-docs.mjs"
@@ -44,7 +44,7 @@
4444
"eslint": "8.6.0",
4545
"eslint-config-prettier": "8.3.0",
4646
"eslint-plugin-prettier": "4.0.0",
47-
"keyv": "4.0.4",
47+
"keyv": "4.0.5",
4848
"lru-cache": "6.0.0",
4949
"mongodb": "4.3.0",
5050
"prettier": "2.5.1",

0 commit comments

Comments
 (0)