douyin-downloader 0.1.3 → 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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "douyin-downloader",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "抖音影片解析與下載套件",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "tsc && chmod +x ./dist/bin/dydl.js",
12
12
  "postbuild": "npm version patch --no-commit-hooks --no-git-tag-version",
13
- "publish": "npm publish"
13
+ "pub": "npm publish"
14
14
  },
15
15
  "files": [
16
16
  "dist",