Skip to content

Commit

Permalink
fix: 🐛 Fixes issue with package.json in hjarntorget
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Nov 12, 2021
1 parent 6383795 commit e2e1ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/skolplattformen-sthlm/App.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
3 changes: 1 addition & 2 deletions libs/api-hjarntorget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"
],
Expand Down

0 comments on commit e2e1ff8

Please sign in to comment.