grunt-sassdoc
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-sassdoc", | ||
"title": "grunt-sassdoc", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "SassDoc grunt task", | ||
@@ -25,4 +25,5 @@ "keywords": [ | ||
"dependencies": { | ||
"sassdoc": "^1.0.0", | ||
"chalk": "^0.5.0" | ||
"chalk": "^0.5.0", | ||
"lodash": "^2.4.1", | ||
"sassdoc": "^1.0.0-rc.6" | ||
}, | ||
@@ -35,4 +36,2 @@ "devDependencies": { | ||
"load-grunt-tasks": "^0.6.0", | ||
"lodash": "^2.4.1", | ||
"sassdoc": "^1.0.0-rc.6", | ||
"time-grunt": "^0.3.2" | ||
@@ -39,0 +38,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# grunt-sassdoc [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Build Status: Linux](https://travis-ci.org/pascalduez/grunt-sassdoc.png?branch=master)](https://travis-ci.org/pascalduez/grunt-sassdoc) | ||
# grunt-sassdoc [![npm version](http://img.shields.io/npm/v/grunt-sassdoc.svg?style=flat)](https://www.npmjs.org/package/grunt-sassdoc) [![Build Status: Linux](http://img.shields.io/travis/pascalduez/grunt-sassdoc.svg?style=flat)](https://travis-ci.org/pascalduez/grunt-sassdoc.svg?branch=master) | ||
@@ -6,3 +6,2 @@ > [SassDoc](https://github.com/HugoGiraudel/SassDoc) grunt task. | ||
## Getting Started | ||
@@ -9,0 +8,0 @@ |
7171
6
4
119
+ Addedlodash@^2.4.1
Updatedsassdoc@^1.0.0-rc.6