Skip to content

Commit f332970

Browse files
committed
chore: update workspace configuration to include all examples and remove unused ng-packagr dependency from video player package
1 parent 1f0058a commit f332970

4 files changed

Lines changed: 1397 additions & 698 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",
6-
"examples/javascript"
6+
"examples/*"
77
]
88
}
99

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
"workspaces": {
66
"packages": [
77
"packages/*",
8-
"examples/javascript"
8+
"examples/*"
99
],
1010
"nohoist": [
11-
"**/@angular/**",
12-
"**/ng-packagr/**",
1311
"**/video.js/**"
1412
]
1513
},

packages/video-player/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@types/react": "^18.0.0",
5959
"@types/react-dom": "^18.0.0",
6060
"lodash": "^4.17.21",
61-
"ng-packagr": "^20.0.0",
6261
"react": "^18.2.0",
6362
"react-dom": "^18.2.0",
6463
"sass": "^1.75.0",

0 commit comments

Comments
 (0)