Skip to content

Commit

Permalink
6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jun 6, 2024
1 parent 9078f52 commit e81afdd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "vue-datocms",
"version": "6.0.3",
"version": "6.0.4",
"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 @@ -12,7 +17,9 @@
},
"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 @@ -21,7 +28,9 @@
"types": "./dist/index.d.ts"
}
},
"files": ["dist/*"],
"files": [
"dist/*"
],
"scripts": {
"build": "rm -rf dist && rollup --config",
"dev": "rollup --config --watch",
Expand Down

0 comments on commit e81afdd

Please sign in to comment.