Skip to content

Commit

Permalink
Configured package dependencies for boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
BTOdell committed Jun 18, 2021
1 parent bb69042 commit fa87c17
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 5 deletions.
3 changes: 3 additions & 0 deletions boxes/ftyp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
}
},
"types": "./dist/ftyp.d.ts",
"dependencies": {
"@isomp4/core": "file:../../packages/core"
},
"scripts": {
"clean": "shx rm -rf ./dist ./cjs/**/*.js ./cjs/**/*.js.map ./cjs/**/*.d.ts ./test/**/*.js ./test/**/*.js.map ./test/**/*.d.ts ./**/*.tsbuildinfo"
},
Expand Down
3 changes: 3 additions & 0 deletions boxes/mdat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
}
},
"types": "./dist/mdat.d.ts",
"dependencies": {
"@isomp4/core": "file:../../packages/core"
},
"scripts": {
"clean": "shx rm -rf ./dist ./cjs/**/*.js ./cjs/**/*.js.map ./cjs/**/*.d.ts ./test/**/*.js ./test/**/*.js.map ./test/**/*.d.ts ./**/*.tsbuildinfo"
},
Expand Down
3 changes: 3 additions & 0 deletions boxes/moof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
}
},
"types": "./dist/moof.d.ts",
"dependencies": {
"@isomp4/core": "file:../../packages/core"
},
"scripts": {
"clean": "shx rm -rf ./dist ./cjs/**/*.js ./cjs/**/*.js.map ./cjs/**/*.d.ts ./test/**/*.js ./test/**/*.js.map ./test/**/*.d.ts ./**/*.tsbuildinfo"
},
Expand Down
3 changes: 3 additions & 0 deletions boxes/moov/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
}
},
"types": "./dist/moov.d.ts",
"dependencies": {
"@isomp4/core": "file:../../packages/core"
},
"scripts": {
"clean": "shx rm -rf ./dist ./cjs/**/*.js ./cjs/**/*.js.map ./cjs/**/*.d.ts ./test/**/*.js ./test/**/*.js.map ./test/**/*.d.ts ./**/*.tsbuildinfo"
},
Expand Down
1 change: 1 addition & 0 deletions boxes/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"files": [],
"references": [
{ "path": "../packages/core/src" },
{ "path": "ftyp" },
{ "path": "mdat" },
{ "path": "moof" },
Expand Down
40 changes: 35 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
}
},
"types": "./dist/parser.d.ts",
"dependencies": {
"@isomp4/core": "file:../core"
},
"scripts": {
"clean": "shx rm -rf ./dist ./cjs/**/*.js ./cjs/**/*.js.map ./cjs/**/*.d.ts ./test/**/*.js ./test/**/*.js.map ./test/**/*.d.ts ./**/*.tsbuildinfo"
},
Expand Down
1 change: 1 addition & 0 deletions packages/parser/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "ES2015"
},
"references": [
{ "path": "../../core/src" },
{ "path": "./tsconfig.cjs.json" }
]
}

0 comments on commit fa87c17

Please sign in to comment.