@netlify/build-info
Advanced tools
Comparing version 1.2.3 to 2.0.0
{ | ||
"name": "@netlify/build-info", | ||
"version": "1.2.3", | ||
"version": "2.0.0", | ||
"description": "Build info utility", | ||
@@ -58,3 +58,3 @@ "main": "./src/main.js", | ||
"@commitlint/config-conventional": "^12.0.0", | ||
"@netlify/eslint-config-node": "^2.6.7", | ||
"@netlify/eslint-config-node": "^3.0.1", | ||
"ava": "^2.4.0", | ||
@@ -67,3 +67,3 @@ "execa": "^3.4.0", | ||
"engines": { | ||
"node": ">=8.3.0" | ||
"node": ">=10.18.0" | ||
}, | ||
@@ -70,0 +70,0 @@ "dependencies": { |
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const { getBuildInfo } = require('./main.js') | ||
const { getBuildInfo } = require('./main') | ||
@@ -9,0 +9,0 @@ // CLI entry point |
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
10039
9