Skip to content

Commit

Permalink
Merge pull request #40 from shinnn/master
Browse files Browse the repository at this point in the history
Update dependencies and devDependencies
  • Loading branch information
indieisaconcept committed Feb 7, 2014
2 parents 60eaf1a + f8bdb19 commit 1d6f007
Show file tree
Hide file tree
Showing 12 changed files with 87 additions and 86 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Expand Up @@ -9,6 +9,5 @@
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -29,21 +29,21 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2"
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"dependencies": {
"grunt-lib-contrib": "~0.3.0",
"wrench": "~1.3.9",
"styledocco": "0.6.4",
"grunt-lib-contrib": "~0.6.1",
"wrench": "~1.5.6",
"styledocco": "~0.6.6",
"less": "1.x.x",
"kss": "~0.3.6",
"stylus": "~0.38.0"
"stylus": "~0.42.1"
},
"keywords": [
"gruntplugin",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

100 changes: 49 additions & 51 deletions test/expected/styledocco/docs/bootstrap/less/index.html

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions test/expected/styledocco/docs/bootstrap/less/main.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/expected/styledocco/docs/bootstrap/sass/index.html

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions test/expected/styledocco/docs/bootstrap/sass/main.html

Large diffs are not rendered by default.

0 comments on commit 1d6f007

Please sign in to comment.