@liveblocks/core
Advanced tools
Comparing version 0.19.1-test1 to 0.19.1-test2
{ | ||
"name": "@liveblocks/core", | ||
"version": "0.19.1-test1", | ||
"version": "0.19.1-test2", | ||
"description": "Shared code and foundational internals for Liveblocks", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -24,3 +23,3 @@ "files": [ | ||
"build": "tsup", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"format": "eslint --fix src/; prettier --write src/", | ||
"lint": "eslint src/", | ||
@@ -27,0 +26,0 @@ "test": "jest --silent --verbose --color=always", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184105