Comparing version 1.2.4 to 1.3.0
@@ -18,6 +18,6 @@ { | ||
"../..": { | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
"dependencies": { | ||
"commander": "^7.2.0", | ||
"cac": "^6.7.3", | ||
"sharp": "^0.28.3" | ||
@@ -147,9 +147,2 @@ }, | ||
}, | ||
"../../node_modules/commander": { | ||
"version": "7.2.0", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"../../node_modules/console-control-strings": { | ||
@@ -1055,3 +1048,3 @@ "version": "1.1.0", | ||
"requires": { | ||
"commander": "^7.2.0", | ||
"cac": "^6.7.3", | ||
"sharp": "^0.28.3" | ||
@@ -1130,5 +1123,2 @@ }, | ||
}, | ||
"commander": { | ||
"version": "7.2.0" | ||
}, | ||
"console-control-strings": { | ||
@@ -1135,0 +1125,0 @@ "version": "1.1.0" |
@@ -5,12 +5,11 @@ { | ||
"keywords": [ | ||
"web", | ||
"frontend", | ||
"ui", | ||
"backend", | ||
"web", | ||
"utilities", | ||
"library", | ||
"starter", | ||
"template", | ||
"modern" | ||
], | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
@@ -21,3 +20,3 @@ "author": { | ||
}, | ||
"homepage": "https://technialsource.dev/bruh", | ||
"homepage": "https://technicalsource.dev/bruh", | ||
"repository": "https://github.com/Technical-Source/bruh.git", | ||
@@ -34,3 +33,5 @@ "bugs": "https://github.com/Technical-Source/bruh/issues", | ||
"./util/iterable/sync": "./src/util/iterable/sync.mjs", | ||
"./media/images": "./src/media/images.mjs" | ||
"./media/images": { | ||
"node": "./src/media/images.mjs" | ||
} | ||
}, | ||
@@ -42,3 +43,3 @@ "bin": { | ||
"dependencies": { | ||
"commander": "^7.2.0", | ||
"cac": "^6.7.3", | ||
"sharp": "^0.28.3" | ||
@@ -45,0 +46,0 @@ }, |
@@ -1,4 +0,26 @@ | ||
<header align="center"> | ||
<h1>Bruh</h1> | ||
<p>The thinnest possible layer between development and production for the modern web.</p> | ||
<header> | ||
<h1 align="center"> | ||
<a href="https://technicalsource.dev/bruh">Bruh</a> | ||
</h1> | ||
<p align="center">The thinnest possible layer between development and production for the modern web.</p> | ||
<p align="center"> | ||
<a href="https://github.com/Technical-Source/bruh/blob/main/LICENSE"> | ||
<img | ||
alt="MIT License" | ||
src="https://img.shields.io/badge/license-MIT-blue" | ||
> | ||
</a> | ||
<a href="https://www.npmjs.com/package/bruh"> | ||
<img | ||
alt="NPM Version" | ||
src="https://img.shields.io/npm/v/bruh" | ||
> | ||
</a> | ||
<a href="https://github.com/Technical-Source/bruh/discussions"> | ||
<img | ||
alt="Github Discussions" | ||
src="https://img.shields.io/badge/Discussion-Welcome-blue" | ||
> | ||
</a> | ||
</p> | ||
</header> | ||
@@ -5,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
228594
33
4324
0
47
4
+ Addedcac@^6.7.3
+ Addedcac@6.7.14(transitive)
- Removedcommander@^7.2.0
- Removedcommander@7.2.0(transitive)