@netlify/framework-info
Advanced tools
Comparing version 5.2.0 to 5.3.0
{ | ||
"name": "@netlify/framework-info", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Framework detection utility", | ||
@@ -89,3 +89,3 @@ "main": "./src/main.js", | ||
"@babel/preset-react": "^7.12.10", | ||
"@netlify/eslint-config-node": "^3.1.3", | ||
"@netlify/eslint-config-node": "^3.1.4", | ||
"ava": "^3.0.0", | ||
@@ -92,0 +92,0 @@ "babel-loader": "^8.2.2", |
@@ -40,2 +40,3 @@ /* eslint-disable node/global-require,import/max-dependencies */ | ||
require('./svelte.json'), | ||
require('./svelte-kit.json'), | ||
require('./vue.json'), | ||
@@ -42,0 +43,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"npmDependencies": ["svelte"], | ||
"excludedNpmDependencies": ["sapper"], | ||
"excludedNpmDependencies": ["sapper", "@sveltejs/kit"], | ||
"configFiles": [] | ||
@@ -10,0 +10,0 @@ }, |
Sorry, the diff of this file is too big to display
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
224532
52
1944