pixeli 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixeli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A lightweight command-line tool for merging multiple images into customizable grid layouts.",
|
|
5
5
|
"homepage": "https://github.com/pakdad-mousavi/pixeli#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -10,16 +10,10 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/pakdad-mousavi/pixeli.git"
|
|
12
12
|
},
|
|
13
|
-
"licenses": [
|
|
14
|
-
{
|
|
15
|
-
"type": "MIT",
|
|
16
|
-
"url": "https://github.com/pakdad-mousavi/pixeli/blob/main/LICENSE"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
13
|
"bin": {
|
|
20
14
|
"pixeli": "bin/pixeli.js"
|
|
21
15
|
},
|
|
22
|
-
"license": "
|
|
16
|
+
"license": "MIT",
|
|
23
17
|
"author": "Pakdad Mousavi",
|
|
24
18
|
"type": "module",
|
|
25
19
|
"main": "index.js",
|