changed dependencies from library
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nls-guilloche-generator",
|
"name": "nls-guilloche-generator",
|
||||||
"version": "1.0.0-rc.4",
|
"version": "1.0.0-rc.5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nextlevelshit/nls-guilloche-generator"
|
"url": "https://github.com/nextlevelshit/nls-guilloche-generator"
|
||||||
|
|||||||
@@ -4,5 +4,8 @@
|
|||||||
"deleteDestPath": false,
|
"deleteDestPath": false,
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "src/public_api.ts"
|
"entryFile": "src/public_api.ts"
|
||||||
}
|
},
|
||||||
|
"whitelistedNonPeerDependencies": [
|
||||||
|
"d3"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,5 +3,8 @@
|
|||||||
"dest": "../../dist/nls-guilloche",
|
"dest": "../../dist/nls-guilloche",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "src/public_api.ts"
|
"entryFile": "src/public_api.ts"
|
||||||
}
|
},
|
||||||
|
"whitelistedNonPeerDependencies": [
|
||||||
|
"d3"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nls-guilloche",
|
"name": "nls-guilloche",
|
||||||
"version": "1.0.0-rc.4",
|
"version": "1.0.0-rc.5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nextlevelshit/nls-guilloche-generator"
|
"url": "https://github.com/nextlevelshit/nls-guilloche-generator"
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"@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": {
|
"dependencies": {
|
||||||
"d3": "^5.3.0"
|
"d3": "^5.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user