Skip to content

Commit

Permalink
Merge branch 'main' into docs/update-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Nov 13, 2024
2 parents 04a7c88 + 7e87b3b commit ec4d16e
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
93 changes: 93 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
"clean:build": "git clean -fx . -e .vite -e node_modules -e .idea -e .vscode",
"install:dependencies": "bower install",
"lint": "concurrently npm:lint:*",
"lint": "concurrently npm:lint:*",
"lint:js": "eslint --ext .html,.js src test demo *.js *.html",
"lint:css": "stylelint demo/**/*.html",
"build": "concurrently npm:build:*",
"build": "concurrently npm:build:*",
"build:esbuild": "tsx scripts/build.ts",
"build:copy-dts": "tsx scripts/copy-dts.ts",
"build:tsc": "tsc --emitDeclarationOnly -p tsconfig.build.json",
Expand Down Expand Up @@ -124,6 +126,7 @@
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint": "^16.10.0",
"tsx": "^4.19.1",
"typedoc": "^0.26.8",
"typedoc-plugin-missing-exports": "^3.0.0",
Expand Down

0 comments on commit ec4d16e

Please sign in to comment.