diff options
| author | wabilin <[email protected]> | 2020-07-31 22:51:32 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 22:52:03 +0900 |
| commit | 29a67cbb3e100e60a1b0b4066420b16ddba47ecc (patch) | |
| tree | 1aa9c9ade119b8fcc01223989dfe7fe71144873c | |
| parent | basic infos done (diff) | |
| download | holo-schedule-29a67cbb3e100e60a1b0b4066420b16ddba47ecc.tar.xz holo-schedule-29a67cbb3e100e60a1b0b4066420b16ddba47ecc.zip | |
update package.json
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 87382d2..41c7b77 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "name": "holo-schedule-parser", + "name": "holo-schedule", "version": "0.0.1", "description": "Hololive schedule parser", - "main": "index.js", + "main": "lib/index.js", + "types": "lib", "author": "wabilin", "license": "MIT", "private": false, |