feat: 🎸 Curriculum as peer dependency (#122)

This commit is contained in:
Johan Öbrink 2021-04-26 10:40:13 +02:00 committed by GitHub
parent 9dcdf78515
commit e24a9b3c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -18,8 +18,12 @@
"prepare": "yarn build",
"publish-package": "npm publish --access public"
},
"peerDependencies": {
"@skolplattformen/curriculum": "^1.3.0"
},
"devDependencies": {
"@react-native-cookies/cookies": "^6.0.7",
"@skolplattformen/curriculum": "^1.3.0",
"@types/he": "^1.1.1",
"@types/jest": "^26.0.22",
"@types/luxon": "^1.26.4",
@ -43,7 +47,6 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@skolplattformen/curriculum": "^1.3.0",
"camelcase-keys": "^6.2.2",
"change-case": "^4.1.2",
"events": "^3.3.0",