Skip to content

Commit

Permalink
v1.1.12:
Browse files Browse the repository at this point in the history
 - removed not used positionElements method
 - updated tslint
 - fixed package vulnerabilities
  • Loading branch information
Praefectus-praetorio committed Mar 17, 2021
1 parent 9b0f910 commit a08e6d9
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 181 deletions.
200 changes: 87 additions & 113 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ng-packagr": "^10.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"tslint": "6.1.3",
"typescript": "~3.9.7"
}
}
2 changes: 1 addition & 1 deletion projects/ninja-split/package-lock.json

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

4 changes: 2 additions & 2 deletions projects/ninja-split/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ninja-splitter",
"version": "1.1.11",
"version": "1.1.12",
"description": "Convenient and easy to use splitter component for Angular 9+",
"scripts": {
"clean": "rm -rf || rmdir /s lib compiled",
Expand Down Expand Up @@ -42,6 +42,6 @@
"@angular/platform-browser-dynamic": "^10.2.3",
"@angular/platform-server": "^10.2.3",
"@types/node": "^14.14.16",
"zone.js": "^0.11.3"
"zone.js": "^0.11.4"
}
}
Loading

0 comments on commit a08e6d9

Please sign in to comment.