Skip to content

Commit

Permalink
Configs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Sep 18, 2023
1 parent b2bafbc commit 97d4fb6
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 95 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
versioning-strategy: increase
interval: monthly
reviewers:
- coliff
labels:
Expand All @@ -13,6 +12,6 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: monthly
reviewers:
- coliff
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lockfile-version = 2
registry = 'https://registry.npmjs.org/'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Turning dark mode on will add `data-theme="dark"` to the `body` tag. You can use

## Demo

[Bootstrap 5 Demo page](https://coliff.github.io/dark-mode-switch/index.html)
[Bootstrap 5 Demo page](https://coliff.github.io/dark-mode-switch/)

## Browser Support

Works well with all the browsers supported by [Bootstrap 4](https://getbootstrap.com/docs/4.5/getting-started/browsers-devices/#supported-browsers) and [Bootstrap 5](https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/#supported-browsers)
Works well with all the browsers supported by [Bootstrap 4](https://getbootstrap.com/docs/4.5/getting-started/browsers-devices/#supported-browsers) and [Bootstrap 5](https://getbootstrap.com/docs/5.3/getting-started/browsers-devices/#supported-browsers)

## To Enable DarkMode in Android Webview

Expand Down
176 changes: 90 additions & 86 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"README.md"
],
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^3.0.0",
"terser": "^5.19.1"
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"terser": "^5.19.4"
}
}

0 comments on commit 97d4fb6

Please sign in to comment.