Add front-matter dependency

This commit is contained in:
Angelos Chalaris
2019-12-02 23:31:03 +02:00
parent 5918a6333c
commit b2ac51f535
2 changed files with 10 additions and 0 deletions

9
package-lock.json generated
View File

@ -8611,6 +8611,15 @@
"map-cache": "^0.2.2"
}
},
"front-matter": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.0.2.tgz",
"integrity": "sha512-iBGZaWyzqgsrPGsqrXZP6N4hp5FzSKDi18nfAoYpgz3qK5sAwFv/ojmn3VS60SOgLvq6CtojNqy0y6ZNz05IzQ==",
"dev": true,
"requires": {
"js-yaml": "^3.13.1"
}
},
"fs-extra": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",

View File

@ -37,6 +37,7 @@
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^5.16.0",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"kleur": "^3.0.3",