Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit d10d673

Browse files
fix: πŸ› Trying to deploy the other module
1 parent ba3a069 commit d10d673

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

β€Žpackages/other-test-module/package.jsonβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/other-test-module",
3-
"version": "1.0.5",
3+
"version": "1.0.4",
44
"description": "> TODO: description",
55
"author": "alexander-svendsen <[email protected]>",
66
"homepage": "https://github.com/navikt/fo-frontend-moduler#readme",
@@ -25,6 +25,5 @@
2525
},
2626
"publishConfig": {
2727
"registry": "https://npm.pkg.github.com/"
28-
},
29-
"gitHead": "c1859951cda10d986a516e35280cb4b735c4c4af"
28+
}
3029
}

β€Žpackages/test-module/src/test-module.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
export function Halla(){
4-
return "Halla";
4+
return "Halla1";
55
};
66

77

0 commit comments

Comments
Β (0)