Skip to content

Commit

Permalink
Fix types for structured text component
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jun 6, 2024
1 parent 20bc752 commit 9078f52
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 5 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "vue-datocms",
"version": "6.0.3",
"description": "A set of components and utilities to work faster with DatoCMS in Vue.js environments",
"keywords": [
"datocms",
"vue.js",
"vue",
"vuejs"
],
"keywords": ["datocms", "vue.js", "vue", "vuejs"],
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -17,9 +12,7 @@
},
"license": "MIT",
"author": "Stefano Verna <[email protected]>",
"contributors": [
"Silvano Stralla <[email protected]>"
],
"contributors": ["Silvano Stralla <[email protected]>"],
"homepage": "https://github.com/datocms/vue-datocms",
"exports": {
".": {
Expand All @@ -28,9 +21,7 @@
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/*"
],
"files": ["dist/*"],
"scripts": {
"build": "rm -rf dist && rollup --config",
"dev": "rollup --config --watch",
Expand All @@ -42,8 +33,8 @@
},
"dependencies": {
"datocms-listen": "^0.1.15",
"datocms-structured-text-generic-html-renderer": "^2.0.4",
"datocms-structured-text-utils": "^2.0.4",
"datocms-structured-text-generic-html-renderer": "^4.0.1",
"datocms-structured-text-utils": "^4.0.1",
"hyphenate-style-name": "^1.0.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 9078f52

Please sign in to comment.