@escolalms/cla
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,1 +0,2 @@ | ||
console.log("heeeloo"); | ||
#!/usr/bin/env node | ||
console.log("Awesome Command"); |
{ | ||
"name": "@escolalms/cla", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Create LMS APP. Escola LMS. Wellms. ", | ||
"main": "index.js", | ||
"scripts": { | ||
"init": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git && ./init.sh" | ||
"init": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git && ./init.sh", | ||
"awesome": "awesome-command" | ||
}, | ||
@@ -22,4 +23,6 @@ "repository": { | ||
}, | ||
"bin": "./index.sh", | ||
"bin": { | ||
"awesome-command": "index.js" | ||
}, | ||
"homepage": "https://github.com/EscolaLMS/Create-LMS-App#readme" | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
6972
2