Skip to content

Commit

Permalink
TEMP fix(models) switch to new ciceromark and templatemark models
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Sep 15, 2020
1 parent ff70964 commit 4975fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/external/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"js": "packages/markdown-common/lib/externalModels" },
{ "name": "CiceroMarkModel",
"namespace" : "org.accordproject.ciceromark",
"from": "https://models.accordproject.org/markdown/[email protected].0.cto",
"from": "https://deploy-preview-113--accordproject-models.netlify.app/markdown/[email protected].1.cto",
"js": "packages/markdown-cicero/lib/externalModels" },
{ "name": "TemplateMarkModel",
"namespace" : "org.accordproject.templatemark",
"from": "https://models.accordproject.org/markdown/templatemark.cto",
"from": "https://deploy-preview-113--accordproject-models.netlify.app/markdown/templatemark@0.1.1.cto",
"js": "packages/markdown-template/lib/externalModels" }
]
}

0 comments on commit 4975fc6

Please sign in to comment.