Skip to content

Commit 1457b7f

Browse files
authored
feat(meta): add keywords field to package.json (#113)
1 parent c6efe4a commit 1457b7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
"<rootDir>/test/integration/**/*.ts"
8484
]
8585
},
86+
"keywords": [
87+
"xmlhttprequest",
88+
"xhr",
89+
"w3c",
90+
"whatwg"
91+
],
8692
"license": "MIT",
8793
"main": "./dist/index.js",
8894
"module": "./dist/index.module.js",

0 commit comments

Comments
 (0)