Skip to content

Commit

Permalink
Merge pull request #158 from coliff/dev/coliff/dev-deps-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jun 2, 2023
2 parents ff3a26b + af32cc1 commit 027dcaf
Show file tree
Hide file tree
Showing 8 changed files with 6,249 additions and 8 deletions.
20 changes: 20 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "0.2",
"words": [
"autofills",
"christianoliff",
"cleancss",
"Dutton",
"Epqzn",
"fnames",
"Oliff",
"stylelint",
"twbs"
],
"language": "en,en-US",
"ignorePaths": [
".cspell.json",
"**/node_modules/**"
],
"useGitignore": true
}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ node_modules/*
Thumbs.db

# Files
package-lock.json
npm-debug.log
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/'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ A. You could change the icon displayed by replacing the `.input-password[type="p
## Credits and Thanks

- MDO and Bootstrap team for the [icons](https://icons.getbootstrap.com/icons/eye-slash/)
- Sam Dutton at Google for the idea and initial JavaScript from the '[Sign-in form Best Practises](https://web.dev/sign-in-form-best-practices/)' article
- Sam Dutton at Google for the idea and initial JavaScript from the '[Sign-in form Best Practices](https://web.dev/sign-in-form-best-practices/)' article
Loading

0 comments on commit 027dcaf

Please sign in to comment.