recoil-nexus
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "recoil-nexus", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A small Typescript package to access your Recoil atoms outside of React components.", | ||
@@ -5,0 +5,0 @@ "main": "build/RecoilNexus.js", |
@@ -6,3 +6,8 @@ { | ||
"target": "es5", | ||
"lib": ["es6", "dom", "es2016", "es2017"], | ||
"lib": [ | ||
"es6", | ||
"dom", | ||
"es2016", | ||
"es2017" | ||
], | ||
"sourceMap": true, | ||
@@ -21,6 +26,12 @@ "allowJs": false, | ||
"noUnusedParameters": true, | ||
"allowSyntheticDefaultImports": true | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true | ||
}, | ||
"include": ["src"], | ||
"exclude": ["node_modules", "build"] | ||
"include": [ | ||
"src" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"build" | ||
] | ||
} |
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
7014
97