Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Jun 16, 2022
1 parent 0581328 commit 9d33502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fathom-client",
"version": "3.4.1",
"version": "3.5.0",
"description": "A simple wrapper around the Fathom Analytics library",
"keywords": [
"analytics"
Expand Down Expand Up @@ -33,12 +33,6 @@
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"jest": {
"resetMocks": false,
"setupFiles": [
"jest-localstorage-mock"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand All @@ -54,6 +48,12 @@
"git add"
]
},
"jest": {
"resetMocks": false,
"setupFiles": [
"jest-localstorage-mock"
]
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
Expand Down

0 comments on commit 9d33502

Please sign in to comment.