mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore: set up docs
- BREAKING CHANGE: set peerDependencies for Svelte 3 minimum versino to 3.30.0 to support `SvelteComponent` type - Us ESM style for docs script
This commit is contained in:
parent
2fd3345492
commit
0ac2faa8bc
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"svelte": "^3.20.0 || ^4.0.0"
|
||||
"svelte": "^3.30.0 || ^4.0.0"
|
||||
},
|
||||
"standard-version": {
|
||||
"skip": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const fs = require("fs");
|
||||
const glob = require("glob");
|
||||
const { sveld } = require("sveld");
|
||||
const pkg = require("../package.json");
|
||||
import fs from "node:fs";
|
||||
import glob from "glob";
|
||||
import { sveld } from "sveld";
|
||||
import pkg from "../package.json" assert { type: "json" };
|
||||
|
||||
sveld({
|
||||
glob: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue