This commit is contained in:
Enrico Sacchetti 2023-01-24 22:30:29 -05:00
commit 57b6ea68b5
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
3 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "0.72.0",
"version": "0.72.1",
"license": "Apache-2.0",
"description": "Svelte implementation of the Carbon Design System",
"svelte": "./src/index.js",
@ -45,7 +45,8 @@
},
"standard-version": {
"skip": {
"commit": true
"commit": true,
"tag": true
}
},
"prettier": {
@ -75,4 +76,4 @@
"Eric Liu (https://github.com/metonym)",
"Enrico Sacchetti (https://github.com/theetrain)"
]
}
}