fix(pkg): fix use rsshub as package (#7921)

This commit is contained in:
神楽坂みずき 2021-08-12 16:01:54 +08:00 committed by GitHub
parent d204a99847
commit 17e02cc90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "rsshub",
"version": "1.0.0",
"description": "Make RSS Great Again!",
"main": "lib/workers_index.js",
"main": "lib/pkg.js",
"files": [
"lib"
],