Skip to content

Commit 5f014c9

Browse files
authored
fix(package): only pack needed files (#1035)
1 parent 015a7d0 commit 5f014c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "public",
66
"provenance": true
77
},
8-
"description": "GitHub’s GraphQL Schema with validation. Automatically updated.",
8+
"description": "GitHub's GraphQL Schema with validation. Automatically updated.",
99
"type": "module",
1010
"scripts": {
1111
"lint": "prettier --check '{bin,lib,test}/**/*.{js,ts}' *.md package.json",
@@ -71,6 +71,11 @@
7171
}
7272
},
7373
"main": "index.js",
74+
"files": [
75+
"lib",
76+
"index.*",
77+
"schema.*"
78+
],
7479
"exports": {
7580
".": {
7681
"types": "./index.d.ts",

0 commit comments

Comments
 (0)