Skip to content

Commit

Permalink
feat(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRobin committed Nov 17, 2023
1 parent bc6adca commit e296ab4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
. "$(dirname "$0")/_/husky.sh"

yarn lint
yarn prettier:write
yarn test
git add index.js index.d.ts
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-returns",
"version": "3.0.3",
"version": "3.0.4",
"main": "index.js",
"module": "index.js",
"types": "./index.d.ts",
Expand All @@ -14,11 +14,8 @@
"node": "18.18.2"
},
"scripts": {
"build": "node typings.js",
"lint": "eslint . --ext .json,.js",
"postinstall": "yarn build",
"postupgrade": "git add package.json yarn.lock",
"pretest": "yarn build",
"prepare": "husky install",
"prettier": "prettier --check ./",
"prettier:write": "prettier --write .yarnrc.yml package.json",
Expand Down
34 changes: 0 additions & 34 deletions typings.js

This file was deleted.

0 comments on commit e296ab4

Please sign in to comment.