Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit d868de8

Browse files
committed
ci: reduce package size
1 parent 13544d7 commit d868de8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
"name": "@distube/spotify",
33
"version": "1.4.0",
44
"description": "A DisTube custom plugin for supporting Spotify.",
5-
"main": "dist/index.js",
6-
"typings": "dist/index.d.ts",
5+
"main": "./dist/index.js",
6+
"typings": "./dist/index.d.ts",
7+
"exports": "./dist/index.js",
8+
"directories": {
9+
"lib": "src"
10+
},
11+
"files": [
12+
"dist"
13+
],
714
"scripts": {
815
"test": "jest",
916
"lint": "eslint .",

0 commit comments

Comments
 (0)