Skip to content

Commit

Permalink
rename typescript package to conjure-examples-api (#2)
Browse files Browse the repository at this point in the history
* rename typescript package to conjure-examples-api

* fix typo
  • Loading branch information
qinfchen authored Jul 20, 2018
1 parent 09af6e4 commit a9044c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ project (':example-api:example-api-typescript') {
}
}

// optional, only needed if you want to override the default settings
conjure {
typescript {
packageName = "conjure-examples-api" // default package name is the project name, `example-api`
}
}

0 comments on commit a9044c3

Please sign in to comment.