Skip to content

Commit

Permalink
Merge branch 'next' of github.com:Garlic-Team/GCommands into next
Browse files Browse the repository at this point in the history
  • Loading branch information
S222em committed Jan 9, 2022
2 parents f459b31 + f83854e commit 94277fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "bash scripts/build.bash",
"lint": "npx eslint .",
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files",
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files --no-comments",
"build:types": "tsc --emitDeclarationOnly",
"build:docs": "typedoc --json docs/out-latest.json src/index.ts && node scripts/docs.mjs",
"build:nextdocs": "typedoc --json docs/out-next.json src/index.ts && node scripts/next-docs.mjs"
Expand Down Expand Up @@ -44,7 +44,7 @@
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"keyv": "4.0.4",
"keyv": "4.0.5",
"lru-cache": "6.0.0",
"mongodb": "4.3.0",
"prettier": "2.5.1",
Expand Down

0 comments on commit 94277fc

Please sign in to comment.