Skip to content

Commit 82d0bd1

Browse files
author
trik
authored
build: use version placeholder for tslib dep in examples package (#18521)
1 parent 19de0bd commit 82d0bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"@angular/material": "0.0.0-PLACEHOLDER",
3535
"@angular/material-experimental": "0.0.0-PLACEHOLDER",
3636
"@angular/material-moment-adapter": "0.0.0-PLACEHOLDER",
37-
"tslib": "^1.9.0"
37+
"tslib": "0.0.0-TSLIB"
3838
}
3939
}

0 commit comments

Comments
 (0)