@netlify/framework-info
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -607,3 +607,3 @@ // This file is autogenerated at build time | ||
"configFiles": [ | ||
"remix.config.mjs" | ||
"remix.config.js" | ||
] | ||
@@ -610,0 +610,0 @@ }, |
{ | ||
"name": "@netlify/framework-info", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Framework detection utility", | ||
@@ -91,3 +91,3 @@ "main": "./src/main.js", | ||
"@babel/preset-react": "^7.12.10", | ||
"@netlify/eslint-config-node": "^4.0.7", | ||
"@netlify/eslint-config-node": "^4.1.0", | ||
"ava": "^3.0.0", | ||
@@ -94,0 +94,0 @@ "babel-loader": "^8.2.2", |
@@ -21,3 +21,3 @@ const { cwd, version } = require('process') | ||
return { packageJson, packageJsonPath } | ||
} catch (error) { | ||
} catch { | ||
return {} | ||
@@ -24,0 +24,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
232368