Skip to content

Commit

Permalink
fix postinstall script, bump version (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored Jun 7, 2023
1 parent 29c2c97 commit 3f850ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensea/seaport-js",
"version": "2.0.2",
"version": "2.0.3",
"description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.",
"license": "MIT",
"author": "OpenSea Developers",
Expand Down Expand Up @@ -28,7 +28,7 @@
"check-types:incremental": "npm run check-types --incremental",
"coverage": "c8 npm run test",
"eslint:check": "eslint . --max-warnings 0 --ext .js,.jsx,.ts,.tsx",
"postinstall": "husky install || true",
"postinstall": "husky install || exit 0",
"lint": "concurrently \"npm run check-types\" \"npm run eslint:check\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
"prepare": "npm run build",
"prettier:check": "prettier --check .",
Expand Down

0 comments on commit 3f850ab

Please sign in to comment.