diff --git a/apps/skolplattformen-sthlm/App.js b/apps/skolplattformen-sthlm/App.js index 9ff52f8b..56ef8ba6 100644 --- a/apps/skolplattformen-sthlm/App.js +++ b/apps/skolplattformen-sthlm/App.js @@ -1,7 +1,7 @@ import * as eva from '@eva-design/eva' import AsyncStorage from '@react-native-async-storage/async-storage' import CookieManager from '@react-native-cookies/cookies' -import init from '@skolplattformen/api-skolplattformen' +import init from '@skolplattformen/api-hjarntorget' import { ApiProvider } from '@skolplattformen/hooks' import { ApplicationProvider, IconRegistry } from '@ui-kitten/components' import { EvaIconsPack } from '@ui-kitten/eva-icons' diff --git a/libs/api-hjarntorget/package.json b/libs/api-hjarntorget/package.json index b4bb3790..ffd19eff 100644 --- a/libs/api-hjarntorget/package.json +++ b/libs/api-hjarntorget/package.json @@ -2,8 +2,7 @@ "name": "@skolplattformen/api-hjarntorget", "version": "0.15.0", "description": "Since the proxy was blocked (and also deemed a bad idea by some), this is a reboot of the API running in process in the app(s).", - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "lib/index.ts", "files": [ "dist/**/*" ],