Skip to content

Commit 95dc79d

Browse files
authored
feat(#22): add druxt-layout-paragraphs (#24)
1 parent a39775b commit 95dc79d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

nuxt/nuxt.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default {
3838
// Modules: https://go.nuxtjs.dev/config-modules
3939
modules: [
4040
'druxt-site',
41+
'druxt-layout-paragraphs',
4142
],
4243

4344
// DruxtJS: https://druxtjs.org

nuxt/package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuxt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"core-js": "3.23.3",
13+
"druxt-layout-paragraphs": "^0.3.0",
1314
"druxt-site": "0.12.0",
1415
"nuxt": "2.15.8"
1516
},

0 commit comments

Comments
 (0)