Skip to content

Commit

Permalink
chore: Update files list in package.json (#55)
Browse files Browse the repository at this point in the history
List of files to include in package was not updated when restructuring
`lib` directory in #49.
  • Loading branch information
tf authored Jan 22, 2021
1 parent 9cebfd7 commit e2c8193
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,30 @@
},
"files": [
"dist/",
"lib/browser-index.js",
"lib/browser.js",
"lib/convert-cue-to-dom-tree.js",
"lib/index.js",
"lib/parser/parse-cue.js",
"lib/parser/parse-options.js",
"lib/parser/parse-timestamp.js",
"lib/parser/parser.js",
"lib/parser/parsing-error.js",
"lib/parser/settings.js",
"lib/process/box-position.js",
"lib/process/compute-line-pos.js",
"lib/process/cue-style-box.js",
"lib/process/determine-bidi.js",
"lib/process/is-strong-rtl-char.js",
"lib/process/move-box-to-line-position.js",
"lib/process/parse-content.js",
"lib/process/process-cues.js",
"lib/process/style-box.js",
"lib/vtt.js",
"lib/vttcue.js",
"lib/vttcue-extended.js",
"lib/vttregion.js",
"lib/vttregion-extended.js"
"lib/vttcue.js",
"lib/vttregion-extended.js",
"lib/vttregion.js"
],
"keywords": [
"vtt",
Expand Down

0 comments on commit e2c8193

Please sign in to comment.