Skip to content

Commit

Permalink
CI/CD: add jQuery's type
Browse files Browse the repository at this point in the history
  • Loading branch information
mefengl committed Mar 3, 2023
1 parent 578ac5d commit 59fac6a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# js
node_modules
44 changes: 44 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@types/jquery": "^3.5.16"
}
}

0 comments on commit 59fac6a

Please sign in to comment.