Skip to content

Commit

Permalink
Merge pull request #203 from coliff/dev-deps-update
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Apr 2, 2024
2 parents 4a7e4d2 + 678e2cd commit a88057a
Show file tree
Hide file tree
Showing 10 changed files with 258 additions and 232 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Scorecards supply-chain security
on:
branch_protection_rule:
schedule:
- cron: '16 10 * * 6'
- cron: "16 10 * * 6"
push:
branches: [ "main" ]
branches: ["main"]

permissions: read-all

Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ node_modules/

*.css
*.min.*
*.html
*.md
15 changes: 15 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"bracketSameLine": true,
"embeddedLanguageFormatting": "off",
"trailingComma": "es5",
"printWidth": 120,
"overrides": [
{
"files": "*.html",
"options": {
"htmlWhitespaceSensitivity": "css",
"printWidth": 280
}
}
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 Christian Oliff
Copyright (c) 2020-2024 Christian Oliff

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions js/show-password-toggle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap Show Password Toggle v1.4.1
* Copyright 2020-2023 C.Oliff
* Copyright 2020-2024 C.Oliff
* Licensed under MIT (https://github.com/coliff/bootstrap-show-password-toggle/blob/main/LICENSE)
*/

Expand All @@ -21,8 +21,7 @@ ShowPasswordToggle.onclick = function () {
passwordInput.type = "password";
togglePasswordButton.setAttribute(
"aria-label",
"Show password as plain text. " +
"Warning: this will display your password on the screen."
"Show password as plain text. Warning: this will display your password on the screen."
);
}
}
Expand Down
4 changes: 2 additions & 2 deletions js/show-password-toggle.min.js

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

Loading

0 comments on commit a88057a

Please sign in to comment.