mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove illegal keys from dub json
This commit is contained in:
parent
fd9d63a6ec
commit
ba4a25724c
10
dub.json
10
dub.json
|
@ -32,7 +32,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "quickstartExample",
|
"name" : "quickstartExample",
|
||||||
"description" : "Quickstart example from the Poodinis readme.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "quickstartExample",
|
"targetName": "quickstartExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -44,7 +43,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "qualifiersExample",
|
"name" : "qualifiersExample",
|
||||||
"description" : "Example where qualifiers are used.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "qualifiersExample",
|
"targetName": "qualifiersExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -56,7 +54,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "arrayCompletionExample",
|
"name" : "arrayCompletionExample",
|
||||||
"description" : "Example where an array is autowired with all registered instances.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "arrayCompletionExample",
|
"targetName": "arrayCompletionExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -68,7 +65,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "annotationsExample",
|
"name" : "annotationsExample",
|
||||||
"description" : "Example where several Poodinis autowire annotations are demonstrated.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "annotationsExample",
|
"targetName": "annotationsExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -80,7 +76,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "applicationContextExample",
|
"name" : "applicationContextExample",
|
||||||
"description" : "Example where an application context is used to set-up dependencies.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "applicationContextExample",
|
"targetName": "applicationContextExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -92,7 +87,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "registerOnResolveExample",
|
"name" : "registerOnResolveExample",
|
||||||
"description" : "Example where dependencies are registered at the moment they are resolved.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "registerOnResolveExample",
|
"targetName": "registerOnResolveExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -104,7 +98,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "constructorInjectionExample",
|
"name" : "constructorInjectionExample",
|
||||||
"description" : "Example where dependencies are injected into constructors when their classes are created.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "constructorInjectionExample",
|
"targetName": "constructorInjectionExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -116,7 +109,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "valueInjectionExample",
|
"name" : "valueInjectionExample",
|
||||||
"description" : "Example where values are injected into dependencies.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "valueInjectionExample",
|
"targetName": "valueInjectionExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -128,7 +120,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "postConstructorPreDestructorExample",
|
"name" : "postConstructorPreDestructorExample",
|
||||||
"description" : "Example where the usage of post-constructors and pre-destructors are demonstrated.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "postConstructorPreDestructorExample",
|
"targetName": "postConstructorPreDestructorExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
@ -140,7 +131,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "injectionInitializerExample",
|
"name" : "injectionInitializerExample",
|
||||||
"description" : "Example where the usage of an injection initializer is demonstrated.",
|
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "injectionInitializerExample",
|
"targetName": "injectionInitializerExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
|
|
Loading…
Reference in a new issue