2
0

changed dependencies from library

This commit is contained in:
2018-09-02 19:30:04 +02:00
parent 87153c8eb3
commit ba5bce55fc
4 changed files with 11 additions and 5 deletions

View File

@@ -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"

View File

@@ -4,5 +4,8 @@
"deleteDestPath": false,
"lib": {
"entryFile": "src/public_api.ts"
}
},
"whitelistedNonPeerDependencies": [
"d3"
]
}

View File

@@ -3,5 +3,8 @@
"dest": "../../dist/nls-guilloche",
"lib": {
"entryFile": "src/public_api.ts"
}
},
"whitelistedNonPeerDependencies": [
"d3"
]
}

View File

@@ -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"
}
}