Skip to content

Commit

Permalink
Docs. Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Aug 1, 2013
1 parent 01cfc13 commit 3337eef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ module.exports = function (grunt) {
options: {
header: 'dalekjs/dalekjs.com/master/assets/header.html',
footer: 'dalekjs/dalekjs.com/master/assets/footer.html',
target: 'report/docs'
target: 'report/docs',
vars: {
title: 'DalekJS - Documentation - Test',
desc: 'DalekJS - Documentation - Test',
docs: true
}
},
src: ['index.js']
},
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ dalek-internal-test
[![unstable](https://rawgithub.com/hughsk/stability-badges/master/dist/unstable.svg)](http://github.com/hughsk/stability-badges)

[![NPM](https://nodei.co/npm/dalek-internal-test.png)](https://nodei.co/npm/dalek-internal-test/)

## Warning

This module is only used internally by [DalekJS](//github.com/dalekjs/dalek).
It provides a helper for browser tests used by DalekJS.
[![NPM](https://nodei.co/npm-dl/dalek-internal-test.png)](https://nodei.co/npm/dalek-internal-test/)

## Ressources

Expand All @@ -29,6 +25,11 @@ It provides a helper for browser tests used by DalekJS.
[Homepage](http://dalekjs.com) -
[Twitter](http://twitter.com/dalekjs)

## Docs

This module is only used internally by [DalekJS](//github.com/dalekjs/dalek).
It provides a helper for browser tests used by DalekJS.

## Help Is Just A Click Away

### #dalekjs on FreeNode.net IRC
Expand Down Expand Up @@ -62,7 +63,7 @@ requests that implement the feature).
other, better channels for seeking assistance, like StackOverflow and the
Google Groups mailing list.

![DalekJS](https://raw.github.com/dalekjs/dalekjs.com/master/img/logo.jpg)
![DalekJS](https://raw.github.com/dalekjs/dalekjs.com/master/img/logo.png)

## Legal FooBar (MIT License)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-mocha-test": "~0.6.1",
"grunt-mocha-test": "~0.6.2",
"grunt-complexity": "~0.1.3",
"grunt-plato": "~0.2.1",
"grunt-documantix": "~0.0.3",
"grunt-include-replace": "~1.1.0",
"blanket": "~1.1.5",
"chai": "~1.7.0"
"chai": "~1.7.2"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 3337eef

Please sign in to comment.