react-push-notification
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-push-notification", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React push notifications", | ||
@@ -8,5 +8,2 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"react": "^16.12.0" | ||
}, | ||
"devDependencies": { | ||
@@ -27,6 +24,3 @@ "@types/react": "^16.9.21", | ||
}, | ||
"keywords": [ | ||
"ppwrapper" | ||
], | ||
"author": "Fabio de Bruijn <fabiodebruijn@gmail.com>" | ||
} |
{ | ||
"compilerOptions": { | ||
"jsx": "react", | ||
"esModuleInterop": true, | ||
"target": "ES6", | ||
@@ -10,3 +8,2 @@ "module": "commonjs", | ||
"outDir": "dist/", | ||
"rootDir": "src", | ||
"strict": true | ||
@@ -13,0 +10,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
1
13899
415
- Removedreact@^16.12.0