fix(clojure): set registryStrategy

This commit is contained in:
Rhys Arkins 2020-06-22 22:51:03 +02:00
parent 02e6817fb9
commit 4610e25b05

View file

@ -3,5 +3,6 @@ import { MAVEN_REPO } from '../maven/common';
export const id = 'clojure'; export const id = 'clojure';
export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO]; export const defaultRegistryUrls = ['https://clojars.org/repo', MAVEN_REPO];
export const registryStrategy = 'merge';
export { getReleases } from '../maven'; export { getReleases } from '../maven';