Skip to content

Commit 9e03d45

Browse files
committed
Update dependencies
1 parent 36ae76d commit 9e03d45

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.eslintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"env": {
3-
"node": true,
4-
"browser": true
5-
},
2+
"extends": "eslint:recommended",
63
"rules": {
74
"quotes": [2, "single"]
85
}

index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
/**
2+
* @author Titus Wormer
3+
* @copyright 2015 Titus Wormer
4+
* @license MIT
5+
* @module unist:util:inspect
6+
* @fileoverview Unist node inspector.
7+
*/
8+
19
'use strict';
210

11+
/* eslint-env commonjs */
12+
313
/*
414
* Dependencies.
515
*/

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"devDependencies": {
2424
"browserify": "^11.0.1",
2525
"chalk": "^1.0.0",
26-
"eslint": "^0.24.0",
26+
"eslint": "^1.0.0",
2727
"esmangle": "^1.0.1",
2828
"istanbul": "^0.3.0",
2929
"jscs": "^2.0.0",
3030
"jscs-jsdoc": "^1.0.0",
31-
"mdast": "^0.28.0",
32-
"mdast-comment-config": "^0.1.2",
33-
"mdast-github": "^0.3.2",
34-
"mdast-lint": "^0.4.2",
35-
"mdast-slug": "^0.1.1",
36-
"mdast-validate-links": "^0.3.1",
31+
"mdast": "^1.0.0",
32+
"mdast-comment-config": "^1.0.0",
33+
"mdast-github": "^1.0.0",
34+
"mdast-lint": "^1.0.0",
35+
"mdast-slug": "^1.0.0",
36+
"mdast-validate-links": "^1.0.0",
3737
"mocha": "^2.0.0",
3838
"retext": "^1.0.0-rc.2"
3939
},

0 commit comments

Comments
 (0)