From 335f0f78c5680c3cef7a28e589b00526c76545bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Mendon=C3=A7a?= Date: Tue, 31 Mar 2020 10:53:33 -0300 Subject: [PATCH] Build bug fix. --- package-lock.json | 2 +- package.json | 2 +- projects/ng2-currency-mask/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d2f2b0..dd19226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng2-currency-mask", - "version": "5.3.1", + "version": "9.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da6e0c0..e8b9b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-currency-mask", - "version": "9.0.1", + "version": "9.0.2", "description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", "repository": { "type": "git", diff --git a/projects/ng2-currency-mask/package.json b/projects/ng2-currency-mask/package.json index 9034df7..e510439 100644 --- a/projects/ng2-currency-mask/package.json +++ b/projects/ng2-currency-mask/package.json @@ -1,6 +1,6 @@ { "name": "ng2-currency-mask", - "version": "9.0.1", + "version": "9.0.2", "description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", "repository": { "type": "git",