Skip to content

Commit

Permalink
Build: Attempt to fix typings export.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps committed Nov 17, 2023
1 parent 4f81807 commit 394fd8b
Show file tree
Hide file tree
Showing 19 changed files with 5,112 additions and 4,108 deletions.
7 changes: 7 additions & 0 deletions .changeset/tough-cobras-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@nordcom/nordstar-heading': patch
'@nordcom/nordstar-card': patch
'@nordcom/nordstar': patch
---

Attempt to properly exporting the typings.
3 changes: 0 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-docs",
"version": "0.0.2",
"sideEffects": false,
"private": true,
"type": "module",
Expand Down Expand Up @@ -51,8 +50,6 @@
"homepage": "https://nordstar.nordcom.io/",
"dependencies": {
"@nordcom/nordstar": "*",
"@nordcom/nordstar-card": "*",
"@nordcom/nordstar-heading": "*",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
3 changes: 1 addition & 2 deletions docs/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Card } from '@nordcom/nordstar-card';
import { Heading } from '@nordcom/nordstar-heading';
import { Card, Heading } from '@nordcom/nordstar';
import styles from './page.module.scss';

export default async function IndexPage() {
Expand Down
Loading

0 comments on commit 394fd8b

Please sign in to comment.