Skip to content

Commit 5763e3c

Browse files
committed
Docs. Bumped dependencies
1 parent cda0e00 commit 5763e3c

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Gruntfile.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ module.exports = function (grunt) {
9898
options: {
9999
header: 'dalekjs/dalekjs.com/master/assets/header.html',
100100
footer: 'dalekjs/dalekjs.com/master/assets/footer.html',
101-
target: 'report/docs'
101+
target: 'report/docs',
102+
vars: {
103+
title: 'DalekJS - Documentation - Webdriver',
104+
desc: 'DalekJS - Documentation - Webdriver',
105+
docs: true
106+
}
102107
},
103108
src: ['index.js']
104109
},

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dalek-internal-webdriver
1212
[![unstable](https://rawgithub.com/hughsk/stability-badges/master/dist/unstable.svg)](http://github.com/hughsk/stability-badges)
1313

1414
[![NPM](https://nodei.co/npm/dalek-internal-webdriver.png)](https://nodei.co/npm/dalek-internal-webdriver/)
15+
[![NPM](https://nodei.co/npm-dl/dalek-internal-webdriver.png)](https://nodei.co/npm/dalek-internal-webdriver/)
16+
1517
## Ressources
1618

1719
[API Docs](http://dalekjs.com/package/dalek-internal-webdriver/master/api/index.html) -
@@ -23,6 +25,10 @@ dalek-internal-webdriver
2325
[Homepage](http://dalekjs.com) -
2426
[Twitter](http://twitter.com/dalekjs)
2527

28+
## Docs
29+
30+
Webdriver plugin for DalekJS.
31+
2632
## Help Is Just A Click Away
2733

2834
### #dalekjs on FreeNode.net IRC
@@ -56,7 +62,7 @@ requests that implement the feature).
5662
other, better channels for seeking assistance, like StackOverflow and the
5763
Google Groups mailing list.
5864

59-
![DalekJS](https://raw.github.com/dalekjs/dalekjs.com/master/img/logo.jpg)
65+
![DalekJS](https://raw.github.com/dalekjs/dalekjs.com/master/img/logo.png)
6066

6167
## Legal FooBar (MIT License)
6268

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"devDependencies": {
1414
"grunt": "~0.4.1",
1515
"grunt-contrib-clean": "~0.5.0",
16-
"grunt-contrib-jshint": "~0.6.0",
16+
"grunt-contrib-jshint": "~0.6.2",
1717
"grunt-contrib-yuidoc": "~0.4.0",
1818
"grunt-contrib-compress": "~0.5.2",
19-
"grunt-mocha-test": "~0.6.1",
19+
"grunt-mocha-test": "~0.6.2",
2020
"grunt-complexity": "~0.1.3",
2121
"grunt-plato": "~0.2.1",
2222
"grunt-documantix": "~0.0.3",
2323
"grunt-include-replace": "~1.1.0",
2424
"blanket": "~1.1.5",
25-
"chai": "~1.7.0"
25+
"chai": "~1.7.2"
2626
},
2727
"scripts": {
2828
"test": "grunt test"

0 commit comments

Comments
 (0)