Skip to content

Commit c4644c2

Browse files
committed
chore: only publish necessary files
1 parent a2fa4a8 commit c4644c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "💎 Elegant and simple way to build requests for REST API",
55
"main": "build/index.js",
66
"types": "./index.d.ts",
7+
"files": [
8+
"build",
9+
"index.d.ts"
10+
],
711
"scripts": {
812
"build": "babel src -d build",
913
"lint": "eslint --ext .js .",

0 commit comments

Comments
 (0)