mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
build: replace Yarn with npm (#1993)
This commit is contained in:
parent
3d67d26c70
commit
96cfb4be44
20 changed files with 16641 additions and 9108 deletions
|
@ -37,7 +37,7 @@
|
|||
"build:lib": "rollup -c",
|
||||
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
|
||||
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
||||
"release": "standard-version && yarn build:docs"
|
||||
"release": "standard-version && npm run build:docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ibm/telemetry-js": "^1.5.0",
|
||||
|
@ -46,7 +46,6 @@
|
|||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^21.0.3",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@tsconfig/svelte": "^4.0.1",
|
||||
"autoprefixer": "^10.4.8",
|
||||
"carbon-components": "10.58.12",
|
||||
"carbon-icons-svelte": "^12.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue