Skip to content

Commit

Permalink
Kjørt npm pkg fix på widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Aug 13, 2024
1 parent 14e133c commit 47fa0bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion widget/brukerapi-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock",
"description": "Mocker graphql-endepunkt for brukerapi. Nyttig for utvikling av @navikt/arbeidsgiver-notifikasjon-widget.",
"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/arbeidsgiver-notifikasjon-widget.git"
},
"version": "7.0.0-rc1",
"license": "MIT",
"main": "dist/notifikasjonMockMiddleware.js",
Expand Down
5 changes: 4 additions & 1 deletion widget/component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@navikt/arbeidsgiver-notifikasjon-widget",
"description": "React component for notifikasjoner for arbeidsgivere",
"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/arbeidsgiver-notifikasjon-widget.git"
},
"version": "7.0.0-rc1",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit 47fa0bd

Please sign in to comment.