Skip to content

Commit

Permalink
fix: invalid tslib version
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Dec 17, 2023
1 parent 41dc176 commit 6c162fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular-stl-model-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-stl-model-viewer",
"license": "MIT",
"version": "10.0.1",
"version": "10.0.2",
"author": "Marcus Kirsch & Bengt Weiße",
"description": "Angular component for rendering a STL model",
"bugs": "https://github.com/codaline-io/angular-stl-model-viewer/issues",
Expand All @@ -21,7 +21,7 @@
"zone.js": "~0.14.0"
},
"dependencies": {
"tslib": "^^2.6.2"
"tslib": "^2.6.2"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 6c162fd

Please # to comment.