Skip to content

Commit 8235e84

Browse files
authored
Add repository.directory in package.json for ds-react and ds-css (#3786)
1 parent 201e96c commit 8235e84

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

@navikt/core/css/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/navikt/aksel.git"
21+
"url": "git+https://github.com/navikt/aksel.git",
22+
"directory": "@navikt/core/css"
2223
},
2324
"scripts": {
2425
"build": "node config/bundle.js && yarn build:darkside",

@navikt/core/react/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/navikt/aksel.git"
15+
"url": "git+https://github.com/navikt/aksel.git",
16+
"directory": "@navikt/core/react"
1617
},
1718
"sideEffects": false,
1819
"typings": "./esm/index.d.ts",

0 commit comments

Comments
 (0)