Skip to content

Commit

Permalink
Improved diagram style
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Mar 28, 2018
1 parent 34467b2 commit d931427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tsuml",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"description": "UML diagrams for TypeScript",
"main": "dist/lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/io.ts
Expand Up @@ -16,7 +16,7 @@ export async function findFilesByGlob(pattern: string) {

export async function download(dsl: string) {
return new Promise<string>((resolve, reject) => {
const url = "https://yuml.me/diagram/scruffy/class/";
const url = "https://yuml.me/diagram/plain/class/";
const options = {
form: {
dsl_text: dsl
Expand Down

0 comments on commit d931427

Please sign in to comment.