@netlify/framework-info
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -597,2 +597,26 @@ // This file is autogenerated at build time | ||
{ | ||
"id": "remix", | ||
"name": "Remix", | ||
"category": "static_site_generator", | ||
"detect": { | ||
"npmDependencies": [ | ||
"remix", | ||
"@remix-run/netlify" | ||
], | ||
"excludedNpmDependencies": [], | ||
"configFiles": [ | ||
"remix.config.mjs" | ||
] | ||
}, | ||
"dev": { | ||
"command": "remix watch" | ||
}, | ||
"build": { | ||
"command": "remix build", | ||
"directory": "public" | ||
}, | ||
"env": {}, | ||
"plugins": [] | ||
}, | ||
{ | ||
"id": "stencil", | ||
@@ -599,0 +623,0 @@ "name": "Stencil", |
{ | ||
"name": "@netlify/framework-info", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"description": "Framework detection utility", | ||
@@ -91,3 +91,3 @@ "main": "./src/main.js", | ||
"@babel/preset-react": "^7.12.10", | ||
"@netlify/eslint-config-node": "^4.0.0", | ||
"@netlify/eslint-config-node": "^4.0.7", | ||
"ava": "^3.0.0", | ||
@@ -94,0 +94,0 @@ "babel-loader": "^8.2.2", |
@@ -24,2 +24,3 @@ // We purposely order the following array to ensure the most relevant framework | ||
'redwoodjs', | ||
'remix', | ||
'stencil', | ||
@@ -26,0 +27,0 @@ 'vuepress', |
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
232378
2507