Skip to content

Commit

Permalink
Merge pull request #2 from lily4178993/bugs-fix-dependencies
Browse files Browse the repository at this point in the history
Merged enhancements to Webpack configuration and dependencies. 🚀
  • Loading branch information
lily4178993 authored Oct 16, 2023
2 parents 631f3a4 + dd29496 commit 0a67827
Show file tree
Hide file tree
Showing 10 changed files with 11,312 additions and 3,879 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
npm install --save-dev hint@7.x
[ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css-js/.hintrc
# - name: Webhint Report
# run: npx hint .
- name: Webhint Report
run: npx hint .
stylelint:
name: Stylelint
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>My To-Do List</title><script defer="defer" src="main.%5BcontentHash%5D.js"></script></head><body><header><h1>My To-Do List</h1></header><main class="container"><div class="card-head"><h2 class="title">Today's To Do</h2><button type="button" class="btn refresh">&circlearrowright;</button></div><div class="card-body"><form class="add-item"><input name="add-item" placeholder="Add to your list..." id="add-item" class="add-new-item"> <button type="submit" class="btn btn-add-new-item">&hookleftarrow;</button></form><ul class="list" data-container="to-do-list-container"></ul></div><div class="card-footer"><button type="submit" class="btn-remove-all">Clear all completed</button></div></main><footer><p>© 2023 -   <a href="https://github.com/lily4178993/">Nelly Telli</a>   - All Rights Reserved</p></footer></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>My To-Do List</title><script defer=defer src=main4c5e69b5d250148564cc.js></script><link href=main4c5e69b5d250148564cc.css rel=stylesheet></head><body><header><h1>My To-Do List</h1></header><main class=container><div class=card-head><h2 class=title>Today's To Do</h2><button type=button class="btn refresh">&circlearrowright;</button></div><div class=card-body><form class=add-item><input type=text name=add-item placeholder="Add to your list..." id=add-item class=add-new-item> <button type=submit class="btn btn-add-new-item">&hookleftarrow;</button></form><ul class=list data-container=to-do-list-container></ul></div><div class=card-footer><button type=submit class=btn-remove-all>Clear all completed</button></div></main><footer><p>© 2023 -   <a href=https://github.com/lily4178993/ >Nelly Telli</a>   - All Rights Reserved</p></footer></body></html>
1 change: 0 additions & 1 deletion dist/main.[contentHash].js

This file was deleted.

1 change: 1 addition & 0 deletions dist/main4c5e69b5d250148564cc.css

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

Loading

0 comments on commit 0a67827

Please sign in to comment.