Skip to content

Commit

Permalink
Upgrade dependencies (ampproject#1147)
Browse files Browse the repository at this point in the history
* update husky and lint-staged

* add .husky directory to gitignore
  • Loading branch information
erwinmombay authored Jun 21, 2023
1 parent f224511 commit c6234b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ package-lock.json
demo/build/
demo/example/
demo/test/
dist/*
dist/*
.husky/
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"presize": "npm-run-all build",
"size": "filesize",
"release": "HUSKY_SKIP_HOOKS=1 np --no-2fa",
"prepublishOnly": "npm-run-all clean build"
"prepublishOnly": "npm-run-all clean build",
"prepare": "husky install"
},
"devDependencies": {
"@ampproject/filesize": "4.3.0",
Expand All @@ -54,9 +55,9 @@
"benchmark": "2.1.4",
"cross-env": "7.0.3",
"esm": "3.2.25",
"husky": "7.0.4",
"husky": "8.0.3",
"jsdom": "19.0.0",
"lint-staged": "12.3.5",
"lint-staged": "13.2.2",
"magic-string": "0.26.1",
"np": "7.6.0",
"npm-run-all": "4.1.5",
Expand Down

0 comments on commit c6234b7

Please sign in to comment.