Skip to content

Commit

Permalink
feat(#22): add druxt-layout-paragraphs (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher authored Jun 28, 2022
1 parent a39775b commit 95dc79d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default {
// Modules: https://go.nuxtjs.dev/config-modules
modules: [
'druxt-site',
'druxt-layout-paragraphs',
],

// DruxtJS: https://druxtjs.org
Expand Down
11 changes: 11 additions & 0 deletions nuxt/package-lock.json

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

1 change: 1 addition & 0 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"core-js": "3.23.3",
"druxt-layout-paragraphs": "^0.3.0",
"druxt-site": "0.12.0",
"nuxt": "2.15.8"
},
Expand Down

0 comments on commit 95dc79d

Please sign in to comment.