Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raxvis committed Oct 25, 2024
1 parent e6fd5fb commit b1af7b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
"engines": {
"node": ">=8.10"
},
"files": ["lib/", "helpers/", "router/", "server/"],
"files": [
"lib/",
"helpers/",
"router/",
"server/"
],
"homepage": "https://github.com/Raxvis/lambdify",
"husky": {
"hooks": {
Expand All @@ -28,7 +33,10 @@
},
"license": "MIT",
"lint-staged": {
"*.js": ["eslint --fix", "prettier --config ./.prettierrc.json --write"]
"*.js": [
"eslint --fix",
"prettier --config ./.prettierrc.json --write"
]
},
"main": "index.js",
"name": "lambdify",
Expand All @@ -40,5 +48,5 @@
"staged": "lint-staged",
"test": "./node_modules/.bin/jest"
},
"version": "4.5.0"
"version": "4.6.0"
}

0 comments on commit b1af7b3

Please sign in to comment.