ngx-nested-ellipsis
Advanced tools
Comparing version
{ | ||
"name": "ngx-nested-ellipsis", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Nested multiline html with ellipsis for angular 12+", | ||
@@ -13,4 +13,4 @@ "author": "Florian Lentsch", | ||
"peerDependencies": { | ||
"@angular/common": ">=12.0.0 <15.0.0", | ||
"@angular/core": ">=12.0.0 <15.0.0" | ||
"@angular/common": ">=12.0.0 <16.0.0", | ||
"@angular/core": ">=12.0.0 <16.0.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "dependencies": { |
@@ -77,3 +77,3 @@ # ngx-nested-ellipsis | ||
1. Run `npm run build-lib` which outputs the build to `./dist/ngx-nested-ellipsis`. | ||
1. To publish your build, run `npm run release-lib`. | ||
1. To publish your build, run `npm run publish-lib`. | ||
@@ -80,0 +80,0 @@ |