From 3e2f6b35a6a30af7420f6a3b1a5bea9a7e620cc6 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 25 Jun 2019 11:10:55 +0530 Subject: [PATCH] Add markdown devdependency for build --- package.json | 5 +++++ yarn.lock | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 package.json create mode 100644 yarn.lock diff --git a/package.json b/package.json new file mode 100644 index 0000000..551823d --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "devDependencies": { + "markdown": "^0.5.0" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..4185416 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,19 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + +markdown@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/markdown/-/markdown-0.5.0.tgz#28205b565a8ae7592de207463d6637dc182722b2" + dependencies: + nopt "~2.1.1" + +nopt@~2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-2.1.2.tgz#6cccd977b80132a07731d6e8ce58c2c8303cf9af" + dependencies: + abbrev "1"