Skip to content

Commit

Permalink
Upgrade to Angular 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarrew committed Apr 5, 2021
1 parent 4760a97 commit 9484129
Show file tree
Hide file tree
Showing 15 changed files with 1,037 additions and 138 deletions.
84 changes: 0 additions & 84 deletions package-lock.json

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

100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "ng2-currency-mask",
"version": "9.0.2",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"currency",
"mask",
"model",
"money",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"scripts": {
"ng": "ng",
"build": "ng build"
},
"dependencies": {
"@angular/animations": "~11.2.8",
"@angular/common": "~11.2.8",
"@angular/compiler": "~11.2.8",
"@angular/core": "~11.2.8",
"@angular/forms": "~11.2.8",
"@angular/platform-browser": "~11.2.8",
"@angular/platform-browser-dynamic": "~11.2.8",
"@angular/router": "~11.2.8",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.7",
"@angular/cli": "~11.2.7",
"@angular/compiler-cli": "~11.2.8",
"@angular/language-service": "~11.2.8",
"@types/node": "^12.11.1",
"ng-packagr": "^11.2.4",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.7"
}
}
"name": "ng2-currency-mask",
"version": "11.0.0",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"currency",
"mask",
"model",
"money",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"scripts": {
"ng": "ng",
"build": "ng build"
},
"dependencies": {
"@angular/animations": "~11.2.8",
"@angular/common": "~11.2.8",
"@angular/compiler": "~11.2.8",
"@angular/core": "~11.2.8",
"@angular/forms": "~11.2.8",
"@angular/platform-browser": "~11.2.8",
"@angular/platform-browser-dynamic": "~11.2.8",
"@angular/router": "~11.2.8",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.7",
"@angular/cli": "~11.2.7",
"@angular/compiler-cli": "~11.2.8",
"@angular/language-service": "~11.2.8",
"@types/node": "^12.11.1",
"ng-packagr": "^11.2.4",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.7"
}
}
15 changes: 15 additions & 0 deletions projects/ng2-currency-mask/node_modules/tslib/CopyrightNotice.txt

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

12 changes: 12 additions & 0 deletions projects/ng2-currency-mask/node_modules/tslib/LICENSE.txt

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

154 changes: 154 additions & 0 deletions projects/ng2-currency-mask/node_modules/tslib/README.md

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

Loading

0 comments on commit 9484129

Please sign in to comment.