Skip to content

Commit

Permalink
Update dependencies, dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 16, 2015
1 parent 0dccfb8 commit e5ff981
Show file tree
Hide file tree
Showing 10 changed files with 904 additions and 578 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"env": {
"node": true,
"browser": true
},
"extends": "eslint:recommended",
"rules": {
"quotes": [2, "single"]
}
Expand Down
10 changes: 10 additions & 0 deletions benchmark.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
/**
* @author Titus Wormer
* @copyright 2014-2015 Titus Wormer.
* @license MIT
* @module retext
* @fileoverview Benchmark suite for `retext`.
*/

'use strict';

/* global bench suite */

/* eslint-env node */

/*
* Module dependencies (retext).
*/
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"nlcst"
],
"dependencies": {
"wooorm/parse-latin": "^0.5.1",
"wooorm/parse-latin": "^1.0.0",
"wooorm/unified": "^1.0.0",
"wooorm/nlcst-to-string": "~0.1.5"
"wooorm/nlcst-to-string": "^1.0.0"
},
"repository": "wooorm/retext",
"scripts": [
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

'use strict';

/* eslint-env commonjs */

/*
* Dependencies.
*/
Expand Down
2 changes: 2 additions & 0 deletions lib/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* @fileoverview Compile nlcst to string.
*/

/* eslint-env commonjs */

'use strict';

/*
Expand Down
2 changes: 2 additions & 0 deletions lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

'use strict';

/* eslint-env commonjs */

/*
* Dependencies.
*/
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"nlcst"
],
"dependencies": {
"nlcst-to-string": "^0.1.5",
"parse-latin": "^0.5.1",
"nlcst-to-string": "^1.0.0",
"parse-latin": "^1.0.0",
"unified": "^1.0.0"
},
"repository": {
Expand All @@ -27,18 +27,18 @@
],
"devDependencies": {
"browserify": "^11.0.0",
"eslint": "^0.24.0",
"eslint": "^1.0.0",
"esmangle": "^1.0.0",
"istanbul": "^0.3.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"matcha": "^0.6.0",
"mdast": "^0.28.0",
"mdast-comment-config": "^0.1.2",
"mdast-github": "^0.3.2",
"mdast-lint": "^0.4.2",
"mdast-slug": "^0.1.1",
"mdast-validate-links": "^0.3.1",
"mdast": "^1.0.0",
"mdast-comment-config": "^1.0.0",
"mdast-github": "^1.0.0",
"mdast-lint": "^1.0.0",
"mdast-slug": "^1.0.0",
"mdast-validate-links": "^1.0.0",
"mocha": "^2.0.0",
"nlcst-test": "^0.2.1"
},
Expand Down
Loading

0 comments on commit e5ff981

Please sign in to comment.