fix: 🐛 Fixes issue with package.json in hjarntorget

This commit is contained in:
Viktor Sarström 2021-11-12 08:23:17 +01:00
parent 63837955a3
commit e2e1ff8278
2 changed files with 2 additions and 3 deletions

View File

@ -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'

View File

@ -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/**/*"
],