Skip to content

Commit

Permalink
Include source map files in packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
BTOdell committed Jul 20, 2021
1 parent 67e01fb commit 4a1039d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boxes/ftyp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"types": "./dist/ftyp.d.ts",
"files": [
"cjs/**/*.js",
"cjs/**/*.js.map",
"cjs/**/package.json",
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions boxes/moof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"types": "./dist/moof.d.ts",
"files": [
"cjs/**/*.js",
"cjs/**/*.js.map",
"cjs/**/package.json",
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions boxes/moov/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"types": "./dist/moov.d.ts",
"files": [
"cjs/**/*.js",
"cjs/**/*.js.map",
"cjs/**/package.json",
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
"types": "./dist/core.d.ts",
"files": [
"cjs/**/*.js",
"cjs/**/*.js.map",
"cjs/**/package.json",
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
"types": "./dist/parser.d.ts",
"files": [
"cjs/**/*.js",
"cjs/**/*.js.map",
"cjs/**/package.json",
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"dependencies": {
Expand Down

0 comments on commit 4a1039d

Please sign in to comment.