Comparing version 17.10.4 to 17.10.5
@@ -9,3 +9,2 @@ #!/usr/bin/env node | ||
const output = fs.readFileSync(path.join(__dirname, 'output'), 'utf8'); | ||
console.log(output.replace(/<!--.*?-->/gs, '')); | ||
// 👆 Remove comments from the output | ||
console.log(output); |
{ | ||
"name": "rabraghib", | ||
"version": "17.10.4", | ||
"version": "17.10.5", | ||
"description": "A personal card for Rabyâ Raghib (@rabraghib)", | ||
@@ -24,3 +24,7 @@ "bin": { | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts" | ||
"typings": "./src/index.d.ts", | ||
"dependencies": { | ||
"@ngaox/icons": "^2.0.1" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -1,6 +0,1 @@ | ||
<!-- | ||
! DO NOT EDIT THIS FILE. IT IS AUTOGENERATED. | ||
To edit this file, make an edit to its template in `../../content/templates/projects/cli-card/README.md.ejs`. | ||
--> | ||
# Rabyâ Raghib Cli Card | ||
@@ -12,3 +7,3 @@ | ||
``` | ||
```sh | ||
npx rabraghib | ||
@@ -19,8 +14,6 @@ ``` | ||
``` | ||
```sh | ||
npx @rabraghib/cli-card | ||
``` | ||
**PS: this also works with npm** | ||
## Thanks to | ||
@@ -27,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
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
3381
1
7
22
+ Added@ngaox/icons@^2.0.1
+ Added@angular/common@13.1.3(transitive)
+ Added@angular/core@13.1.3(transitive)
+ Added@angular/platform-browser@13.1.3(transitive)
+ Added@ngaox/icons@2.0.1(transitive)
+ Addedrxjs@7.4.0(transitive)
+ Addedtslib@2.1.02.8.1(transitive)
+ Addedzone.js@0.11.8(transitive)