From 835cf35ef40b7ec310b2353ced5b67d895f5e5c6 Mon Sep 17 00:00:00 2001 From: Luiz Philippe Date: Wed, 27 Oct 2021 19:22:26 -0300 Subject: [PATCH] Add nan as dependency --- projects/ng-github-contributions/ng-package.json | 3 ++- projects/ng-github-contributions/package.json | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/projects/ng-github-contributions/ng-package.json b/projects/ng-github-contributions/ng-package.json index 7580c02..4b63acd 100644 --- a/projects/ng-github-contributions/ng-package.json +++ b/projects/ng-github-contributions/ng-package.json @@ -6,6 +6,7 @@ }, "allowedNonPeerDependencies": [ "tslib", - "ng2-tooltip-directive" + "ng2-tooltip-directive", + "nan" ] } \ No newline at end of file diff --git a/projects/ng-github-contributions/package.json b/projects/ng-github-contributions/package.json index b23d194..b59ea1d 100644 --- a/projects/ng-github-contributions/package.json +++ b/projects/ng-github-contributions/package.json @@ -5,11 +5,13 @@ "peerDependencies": { "@angular/common": "^11.2.14", "@angular/core": "^11.2.14", - "ng2-tooltip-directive": "~2.9.22" + "ng2-tooltip-directive": "~2.9.22", + "nan": "^2.12.1" }, "dependencies": { "tslib": "^2.0.0", - "ng2-tooltip-directive": "~2.9.22" + "ng2-tooltip-directive": "~2.9.22", + "nan": "^2.12.1" }, "keywords": [ "github",