conjure-typescript
Advanced tools
Comparing version 4.6.0 to 4.7.0
{ | ||
"name": "conjure-typescript", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "A conjure generator for Typescript", | ||
@@ -11,3 +11,3 @@ "bin": { | ||
"build": "npm-run-all clean compile verify", | ||
"circle-publish": "./scripts/circle-publish-npm && ./scripts/circle-publish-dist", | ||
"circle-publish": "./scripts/circle-publish-npm && ./gradlew publish", | ||
"clean": "rm -rf dist lib", | ||
@@ -14,0 +14,0 @@ "compile": "npm-run-all -p compile-ts compile-dist", |
@@ -18,3 +18,3 @@ <p align="right"> | ||
The recommended way to use conjure-typescript is via a build tool like [gradle-conjure](https://github.com/palantir/gradle-conjure). | ||
However, if you don't want to use gradle-conjure, there is also an executable which conforms to [RFC 002](https://github.com/palantir/conjure/blob/master/docs/rfc/002-contract-for-conjure-generators.md), published on [bintray](https://bintray.com/palantir/releases/conjure-typescript). | ||
However, if you don't want to use gradle-conjure, there is also an executable which conforms to [RFC 002](https://github.com/palantir/conjure/blob/master/docs/rfc/002-contract-for-conjure-generators.md), published on [maven.org](https://search.maven.org/artifact/com.palantir.conjure.typescript/conjure-typescript). | ||
@@ -21,0 +21,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237855