Skip to content

Commit

Permalink
revert back to angular 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsoni119 committed Feb 29, 2020
1 parent f454420 commit 2b7eca2
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 602 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2020-2-29
### Changed
- Revert dependency of angular to 8
215 changes: 30 additions & 185 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-tel-input",
"version": "2.1.0",
"version": "2.2.0",
"description": "An Angular 2 wrapper for intl-tel-input library",
"main": "ng2-tel-input.js",
"scripts": {
Expand All @@ -27,20 +27,20 @@
},
"homepage": "https://github.com/gauravsoni119/ng2-tel-input#readme",
"devDependencies": {
"@angular/common": "^9.0.2",
"@angular/compiler": "^9.0.2",
"@angular/compiler-cli": "^9.0.2",
"@angular/core": "^9.0.2",
"@angular/common": "^8.0.3",
"@angular/compiler": "^8.0.3",
"@angular/compiler-cli": "^8.0.3",
"@angular/core": "^8.0.3",
"es6-shim": "^0.35.5",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4",
"typescript": "~3.7.5",
"zone.js": "^0.10.2"
"rxjs": "^6.5.2",
"typescript": "~3.4.5",
"zone.js": "^0.9.1"
},
"peerDependencies": {
"@angular/core": "^9.0.2"
"@angular/core": "^8.0.3"
},
"dependencies": {
"intl-tel-input": "^16.0.0"
Expand Down
Loading

0 comments on commit 2b7eca2

Please sign in to comment.