Skip to content

Commit

Permalink
feat: 🎸 Curriculum as peer dependency (kolplattformen#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink authored Apr 26, 2021
1 parent 9dcdf78 commit e24a9b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e24a9b3

Please sign in to comment.