From d53576ac14057e97ee36dd2a6ecec2c810371fc6 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 24 Jan 2016 18:01:05 -0500 Subject: [PATCH] adding cml-html-converter as dependency --- .gitignore | 1 + package.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json index 71b5bb8..a033cd2 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,8 @@ "bugs": { "url": "https://github.com/mahuntington/grunt-contrib-cml-html-converter/issues" }, - "homepage": "https://github.com/mahuntington/grunt-contrib-cml-html-converter#readme" + "homepage": "https://github.com/mahuntington/grunt-contrib-cml-html-converter#readme", + "dependencies": { + "cml-html-converter": "^1.0.1" + } }