@opensea/seaport-js 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensea/seaport-js",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"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.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "OpenSea Developers",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"check-types:incremental": "npm run check-types --incremental",
|
|
29
29
|
"coverage": "c8 npm run test",
|
|
30
30
|
"eslint:check": "eslint . --max-warnings 0 --ext .js,.jsx,.ts,.tsx",
|
|
31
|
-
"postinstall": "husky install",
|
|
31
|
+
"postinstall": "husky install || true",
|
|
32
32
|
"lint": "concurrently \"npm run check-types\" \"npm run eslint:check\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
|
|
33
33
|
"prepare": "npm run build",
|
|
34
34
|
"prettier:check": "prettier --check .",
|