Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 29, 2023
1 parent a5867a2 commit 0acbfb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.75",
"version": "3.0.76",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand All @@ -20,7 +20,6 @@
"postbuild": "sh ./src/scripts/postbuild.sh && npm run exportStyle && npm run exportNextStyle",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
"prepare": "husky install",
"prettier": "prettier --check \"./**/**/*.{json,js,ts,tsx,scss}\"",
"prettier-format": "prettier --config .prettierrc \"./**/**/*.{json,js,ts,tsx,scss,md}\" --write",
"export": "tsc && next build && next export -o ipfs"
Expand Down

0 comments on commit 0acbfb1

Please sign in to comment.