acbs-tree-lint
Advanced tools
Comparing version 1.0.4 to 1.0.5
12
index.js
#!/bin/node | ||
console.log(`============ Welcome to ACBS-TREE-LINT ============`); | ||
const package = require('./package.json') | ||
const fs = require('fs'); | ||
const mylog = require('./libs/mylog.js'); | ||
const exec = require('child_process').execSync; | ||
console.log(` | ||
================================================================================ | ||
Welcome to ACBS-TREE-LINT (v${package.version}) | ||
Copyright (c) 2020 Neruthes & various contributors | ||
Licensed undere GNU AGPL v3 | ||
Source code is public at https://github.com/AOSC-Dev/acbs-tree-lint | ||
================================================================================ | ||
`.trim()); | ||
// ---------------------------------------- | ||
@@ -9,0 +19,0 @@ // Parameters |
{ | ||
"name": "acbs-tree-lint", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This is a lint system for AOSC-Dev/aosc-os-abbs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
45903
269