Skip to content

Commit f7480d3

Browse files
fix: only include relevant files (GoogleChromeLabs#274)
1 parent a9e97d1 commit f7480d3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
"description": "",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
7-
"keywords": [
8-
"webdriver",
9-
"bidi",
10-
"protocol"
11-
],
7+
"files": ["out/**/*", "src/**/*", "CHANGELOG.md"],
8+
"keywords": ["webdriver", "bidi", "protocol"],
129
"author": "The Chromium Authors",
1310
"license": "Apache-2.0",
1411
"scripts": {

0 commit comments

Comments
 (0)