2
0

changes dependencies for library

This commit is contained in:
2018-09-02 19:25:27 +02:00
parent 66f425c93f
commit 87153c8eb3
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "nls-guilloche-generator", "name": "nls-guilloche-generator",
"version": "1.0.0-rc.3", "version": "1.0.0-rc.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nextlevelshit/nls-guilloche-generator" "url": "https://github.com/nextlevelshit/nls-guilloche-generator"

View File

@@ -1,6 +1,6 @@
{ {
"name": "nls-guilloche", "name": "nls-guilloche",
"version": "1.0.0-rc.3", "version": "1.0.0-rc.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nextlevelshit/nls-guilloche-generator" "url": "https://github.com/nextlevelshit/nls-guilloche-generator"
@@ -28,7 +28,9 @@
], ],
"peerDependencies": { "peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@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" "d3": "^5.3.0"
} }
} }