mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
Remove illegal descriptions
This commit is contained in:
parent
973317bab5
commit
ea491e6d2d
6
dub.json
6
dub.json
|
@ -19,7 +19,6 @@
|
||||||
{
|
{
|
||||||
"name": "quickstartExample",
|
"name": "quickstartExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"description": "Minimal example on how to get started.",
|
|
||||||
"targetName": "quickstartExample",
|
"targetName": "quickstartExample",
|
||||||
"sourcePaths": ["examples/quickstart"],
|
"sourcePaths": ["examples/quickstart"],
|
||||||
"importPaths": ["source"],
|
"importPaths": ["source"],
|
||||||
|
@ -30,7 +29,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsonExample",
|
"name": "jsonExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"description": "Example on how to read and work with JSON configurations.",
|
|
||||||
"targetName": "jsonExample",
|
"targetName": "jsonExample",
|
||||||
"sourcePaths": ["examples/json"],
|
"sourcePaths": ["examples/json"],
|
||||||
"importPaths": ["source"],
|
"importPaths": ["source"],
|
||||||
|
@ -41,7 +39,6 @@
|
||||||
{
|
{
|
||||||
"name": "javaPropertiesExample",
|
"name": "javaPropertiesExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"description": "Example on how to read and work with Java properties.",
|
|
||||||
"targetName": "javaPropertiesExample",
|
"targetName": "javaPropertiesExample",
|
||||||
"sourcePaths": ["examples/javaProperties"],
|
"sourcePaths": ["examples/javaProperties"],
|
||||||
"importPaths": ["source"],
|
"importPaths": ["source"],
|
||||||
|
@ -52,7 +49,6 @@
|
||||||
{
|
{
|
||||||
"name": "iniExample",
|
"name": "iniExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"description": "Example on how to read and work with INI files.",
|
|
||||||
"targetName": "iniExample",
|
"targetName": "iniExample",
|
||||||
"sourcePaths": ["examples/ini"],
|
"sourcePaths": ["examples/ini"],
|
||||||
"importPaths": ["source"],
|
"importPaths": ["source"],
|
||||||
|
@ -63,7 +59,6 @@
|
||||||
{
|
{
|
||||||
"name": "valueSubstitutionExample",
|
"name": "valueSubstitutionExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"description": "Example on how to use environment and config substitution.",
|
|
||||||
"targetName": "valueSubstitutionExample",
|
"targetName": "valueSubstitutionExample",
|
||||||
"sourcePaths": ["examples/valueSubstitution"],
|
"sourcePaths": ["examples/valueSubstitution"],
|
||||||
"importPaths": ["source"],
|
"importPaths": ["source"],
|
||||||
|
@ -74,7 +69,6 @@
|
||||||
{
|
{
|
||||||
"name": "manipulationExample",
|
"name": "manipulationExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"description": "Example on how to change configuration.",
|
|
||||||
"targetName": "manipulationExample",
|
"targetName": "manipulationExample",
|
||||||
"sourcePaths": ["examples/manipulation"],
|
"sourcePaths": ["examples/manipulation"],
|
||||||
"importPaths": ["source"],
|
"importPaths": ["source"],
|
||||||
|
|
Loading…
Reference in a new issue