Update to latest version of obelix-plugin-excerpt

This commit is contained in:
Jeremy Dormitzer 2020-12-13 01:02:07 -05:00
parent 167fccb9de
commit 1597f5d315
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -263,9 +263,9 @@
}
},
"obelix-plugin-excerpt": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/obelix-plugin-excerpt/-/obelix-plugin-excerpt-1.0.0.tgz",
"integrity": "sha512-bQ81ITp8ucAhCtFK3Mu7SzTQm1pxkuoVnUvfRphIFLu4Ynxq+PIiV/4mjeH54T4xJtupThgnukE67zwPaV0FYg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/obelix-plugin-excerpt/-/obelix-plugin-excerpt-2.0.0.tgz",
"integrity": "sha512-IrGAyLSBdciHaanA1MBTtS2TA+xjxcvmfS2ZUyp6fQwcC42mFP3nQfNplmemSG4/Ez1ecvKeqSkkTJNf69sOoA==",
"requires": {
"excerpt-html": "^1.2.1"
}

View File

@ -5,7 +5,7 @@
"dependencies": {
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"obelix-plugin-excerpt": "^1.0.0",
"obelix-plugin-excerpt": "^2.0.0",
"obelix-plugin-typography": "^1.0.2",
"typography-theme-moraga": "^0.16.19"
},