mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
v1.0.0-next.1
This commit is contained in:
parent
c436dbd761
commit
0ea318046a
5 changed files with 262 additions and 381 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "1.0.0-next.0",
|
||||
"version": "1.0.0-next.1",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "./src/index.js",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"build:docs": "node scripts/build-docs",
|
||||
"build:lib": "rollup -c",
|
||||
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
|
||||
"release": "standard-version && npm run build:docs"
|
||||
"release": "standard-version --first-release && npm run build:docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"flatpickr": "4.6.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue