diff --git a/package.json b/package.json index 848f4dc..70a64ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nls-guilloche-generator", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "repository": { "type": "git", "url": "https://github.com/nextlevelshit/nls-guilloche-generator" diff --git a/projects/nls-guilloche/package.json b/projects/nls-guilloche/package.json index 125ab9e..e09d45a 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.3", + "version": "1.0.0-rc.4", "repository": { "type": "git", "url": "https://github.com/nextlevelshit/nls-guilloche-generator" @@ -28,7 +28,9 @@ ], "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", - "@angular/core": "^6.0.0-rc.0 || ^6.0.0", + "@angular/core": "^6.0.0-rc.0 || ^6.0.0" + }, + "devDependencies": { "d3": "^5.3.0" } }