jizy-packer 2.1.45 → 2.1.46
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/.gitignore.skel +2 -1
- package/package.json +3 -2
package/_package/.gitignore.skel
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jizy-packer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"_example",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"author": "Joffrey Demetz <joffrey.demetz@gmail.com> (https://joffreydemetz.com/)",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"description": "CLI app to generate optimized builds.",
|
|
28
|
+
"homepage": "https://jizy.joffreydemetz.com/packer",
|
|
28
29
|
"dependencies": {
|
|
29
30
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
30
31
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -40,4 +41,4 @@
|
|
|
40
41
|
"svgo": "2.8.2",
|
|
41
42
|
"yaml@1": "1.10.3"
|
|
42
43
|
}
|
|
43
|
-
}
|
|
44
|
+
}
|