Skip to content

Commit

Permalink
removed jquery and corrected package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amirymax committed Mar 16, 2024
1 parent c76c4c2 commit 6d975b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ <h2>Me on Social Media</h2>
<footer>
<p>&copy; 2024 Zikrullo Amiri</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Лабораторная работа по Веб-технологиям",
"main": "index.html",
"private": "true",
"private": true,
"scripts": {
"lint:js": "eslint **/*.js",
"lint:css": "stylelint **/*.css",
Expand All @@ -17,9 +17,7 @@
"htmlhint": "^1.1.4",
"prettier": "3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0"
},
"dependencies": {
"stylelint-config-standard": "^36.0.0",
"eslint-config-standard": "^17.1.0"
}
}

0 comments on commit 6d975b2

Please sign in to comment.