We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201e96c commit 8235e84Copy full SHA for 8235e84
@navikt/core/css/package.json
@@ -18,7 +18,8 @@
18
],
19
"repository": {
20
"type": "git",
21
- "url": "git+https://github.com/navikt/aksel.git"
+ "url": "git+https://github.com/navikt/aksel.git",
22
+ "directory": "@navikt/core/css"
23
},
24
"scripts": {
25
"build": "node config/bundle.js && yarn build:darkside",
@navikt/core/react/package.json
@@ -12,7 +12,8 @@
12
13
14
15
16
+ "directory": "@navikt/core/react"
17
"sideEffects": false,
"typings": "./esm/index.d.ts",
0 commit comments