react-use-sub
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-use-sub", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Subscription based lightweight React store", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "src/index.tsx", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/cjs", | ||
"dist/esm", | ||
"src" | ||
"src", | ||
"index.d.ts" | ||
], | ||
@@ -26,3 +27,3 @@ "repository": { | ||
"scripts": { | ||
"dist": "rm -rf dist && rollup -c", | ||
"dist": "rm -rf dist && rollup -c && cp index.ts index.d.ts", | ||
"eslint": "eslint --cache --cache-location 'build/.eslintcache' --ext .ts,.tsx src/ test/", | ||
@@ -34,4 +35,4 @@ "test": "yarn tsc && yarn eslint && yarn test-coverage", | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
}, | ||
@@ -38,0 +39,0 @@ "dependencies": {}, |
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
17560
7
255