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" + } }