Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jan 14, 2024
1 parent b9a0278 commit 87a73b4
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 65 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"author": {
"name": "Ecmel Ercan",
"url": "https://github.com/sponsors/ecmel"
"url": "https://ecmel.dev/"
},
"license": "MIT",
"keywords": [
Expand All @@ -35,11 +35,11 @@
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.2",
"prettier": "^2.8.8",
"rollup": "^4.9.4",
"rollup": "^4.9.5",
"rollup-plugin-cleandir": "^2.0.0",
"rollup-plugin-copy": "^3.5.0",
"tslib": "^2.6.2",
Expand Down
5 changes: 5 additions & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 1986-2023 Ecmel Ercan (https://ecmel.dev/)
* Licensed under the MIT License
*/

import { cleandir } from "rollup-plugin-cleandir";
import terser from "@rollup/plugin-terser";
import typescript from "@rollup/plugin-typescript";
Expand Down
2 changes: 1 addition & 1 deletion select.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1986-2023 Ecmel Ercan <ecmel.[email protected]>
* Copyright (c) 1986-2023 Ecmel Ercan (https://ecmel.dev/)
* Licensed under the MIT License
*/

Expand Down

0 comments on commit 87a73b4

Please sign in to comment.