diff --git a/package.json b/package.json index 70a64ac..6f91798 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nls-guilloche-generator", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "repository": { "type": "git", "url": "https://github.com/nextlevelshit/nls-guilloche-generator" diff --git a/projects/nls-guilloche/ng-package.json b/projects/nls-guilloche/ng-package.json index d452f0b..69e6e1a 100644 --- a/projects/nls-guilloche/ng-package.json +++ b/projects/nls-guilloche/ng-package.json @@ -4,5 +4,8 @@ "deleteDestPath": false, "lib": { "entryFile": "src/public_api.ts" - } + }, + "whitelistedNonPeerDependencies": [ + "d3" + ] } diff --git a/projects/nls-guilloche/ng-package.prod.json b/projects/nls-guilloche/ng-package.prod.json index c54317b..714e41f 100644 --- a/projects/nls-guilloche/ng-package.prod.json +++ b/projects/nls-guilloche/ng-package.prod.json @@ -3,5 +3,8 @@ "dest": "../../dist/nls-guilloche", "lib": { "entryFile": "src/public_api.ts" - } + }, + "whitelistedNonPeerDependencies": [ + "d3" + ] } diff --git a/projects/nls-guilloche/package.json b/projects/nls-guilloche/package.json index e09d45a..93f80c0 100644 --- a/projects/nls-guilloche/package.json +++ b/projects/nls-guilloche/package.json @@ -1,6 +1,6 @@ { "name": "nls-guilloche", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "repository": { "type": "git", "url": "https://github.com/nextlevelshit/nls-guilloche-generator" @@ -30,7 +30,7 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0" }, - "devDependencies": { + "dependencies": { "d3": "^5.3.0" } }