@netlify/framework-info
Advanced tools
Comparing version 5.4.0 to 5.5.0
{ | ||
"name": "@netlify/framework-info", | ||
"version": "5.4.0", | ||
"version": "5.5.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.5", | ||
"@netlify/eslint-config-node": "^3.1.6", | ||
"ava": "^3.0.0", | ||
@@ -92,0 +92,0 @@ "babel-loader": "^8.2.2", |
@@ -15,2 +15,3 @@ /* eslint-disable node/global-require,import/max-dependencies */ | ||
require('./middleman.json'), | ||
require('./next-nx.json'), | ||
require('./next.json'), | ||
@@ -17,0 +18,0 @@ require('./blitz.json'), |
@@ -7,3 +7,3 @@ { | ||
"npmDependencies": ["next"], | ||
"excludedNpmDependencies": [], | ||
"excludedNpmDependencies": ["@nrwl/next"], | ||
"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
226394
54
1996