Skip to content

Commit 85fbef1

Browse files
authored
omit test files from npm package contents (#81)
1 parent 03dc410 commit 85fbef1

File tree

1 file changed

+6
-1
lines changed
  • firestore-bigquery-export/scripts/gen-schema-view

1 file changed

+6
-1
lines changed

firestore-bigquery-export/scripts/gen-schema-view/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
"test": "npm run mocha"
1919
},
2020
"files": [
21-
"lib"
21+
"lib/index.js",
22+
"lib/logs.js",
23+
"lib/snapshot.js",
24+
"lib/schema-loader-utils.js",
25+
"lib/schema.js",
26+
"lib/udf.js"
2227
],
2328
"bin": {
2429
"fs-bq-schema-views": "./lib/index.js"

0 commit comments

Comments
 (0)