Skip to content

Commit 9972ce3

Browse files
committed
npm publish prepare
1 parent b2977e8 commit 9972ce3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.npmrc

-1
This file was deleted.

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mediac",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"type": "module",
5-
"description": "Media and ExifTool and File Utilities",
5+
"description": "MediaCli is a multimedia file processing tool that utilizes ffmpeg and exiftool, among others, to compress/convert/rename/delete/organize media files, including images, videos, and audio.",
66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
@@ -33,6 +33,9 @@
3333
"url": "https://github.com/mcxiaoke/media-cli.js/issues"
3434
},
3535
"homepage": "https://github.com/mcxiaoke/media-cli.js#readme",
36+
"publishConfig": {
37+
"registry": " https://registry.npmjs.org"
38+
},
3639
"dependencies": {
3740
"@img/sharp-win32-x64": "^0.33.2",
3841
"@nodelib/fs.walk": "^2.0.0",
@@ -69,4 +72,4 @@
6972
"which": "^4.0.0",
7073
"yargs": "^17.7.2"
7174
}
72-
}
75+
}

0 commit comments

Comments
 (0)