mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
v1.0.0-next.1
This commit is contained in:
parent
9efe5255d2
commit
e4670a1a51
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",
|
||||
|
@ -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 --first-release && npm run build:docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ibm/telemetry-js": "^1.2.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue