@liveblocks/redux
Advanced tools
Comparing version 0.16.3 to 0.16.4-beta1
{ | ||
"name": "@liveblocks/redux", | ||
"version": "0.16.3", | ||
"version": "0.16.4-beta1", | ||
"sideEffects": false, | ||
@@ -29,3 +29,5 @@ "description": "A store enhancer to integrate Liveblocks into Redux stores.", | ||
"build": "rollup -c && cp ./package.json ./README.md ./lib", | ||
"lint": "eslint src/ test/", | ||
"test": "jest --watch", | ||
"test-ci": "jest", | ||
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types" | ||
@@ -40,3 +42,3 @@ }, | ||
"peerDependencies": { | ||
"@liveblocks/client": "0.16.3", | ||
"@liveblocks/client": "0.16.4-beta1", | ||
"redux": "^4" | ||
@@ -43,0 +45,0 @@ }, |
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
37451