feat: publish api-client to npm (#6016)
* feat: publish api-client to npm * feat: change hosting wording + examples * GPL -> LGPL * fix: remove manual publishing + git url * fix: lint * fix: lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Labrinth } from '@modrinth/api-client/src/modules/labrinth/types'
|
||||
import type { Labrinth } from '@modrinth/api-client'
|
||||
import type { Ref } from 'vue'
|
||||
|
||||
import { createContext } from './create-context'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Labrinth } from '@modrinth/api-client/src/modules/types'
|
||||
import type { Labrinth } from '@modrinth/api-client'
|
||||
import type { UseQueryReturnType } from '@tanstack/vue-query'
|
||||
import type { ComputedRef, Reactive, Ref } from 'vue'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Labrinth } from '@modrinth/api-client/src/modules/types'
|
||||
import type { Labrinth } from '@modrinth/api-client'
|
||||
import type { Ref } from 'vue'
|
||||
|
||||
import { createContext } from '.'
|
||||
|
||||
Reference in New Issue
Block a user