react-clear-cache
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -78,7 +78,3 @@ 'use strict'; | ||
// you can optionally also set a default export for your module | ||
var index = { ClearCache: ClearCache }; | ||
exports.ClearCache = ClearCache; | ||
exports.default = index; | ||
exports.default = ClearCache; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "react-clear-cache", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A component to manage application updates.", | ||
@@ -15,3 +15,4 @@ "author": "noahjohn9259", | ||
"files": [ | ||
"bin" | ||
"bin", | ||
"dist" | ||
], | ||
@@ -36,3 +37,3 @@ "engines": { | ||
"peerDependencies": { | ||
"prop-types": "^15.5.4", | ||
"prop-types": "^15.7.2", | ||
"react": "^15.0.0 || ^16.0.0", | ||
@@ -44,3 +45,2 @@ "react-dom": "^15.0.0 || ^16.0.0" | ||
"@types/jest": "24.0.15", | ||
"@types/node": "12.0.10", | ||
"@types/react": "16.8.22", | ||
@@ -47,0 +47,0 @@ "@types/react-dom": "16.8.4", |
@@ -29,3 +29,3 @@ # react-clear-cache | ||
import { ClearCache } from 'react-clear-cache'; | ||
import ClearCache from 'react-clear-cache'; | ||
@@ -32,0 +32,0 @@ const App: React.FC<{}> = () => { |
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
29132
19
9
180
2