Skip to content

Commit

Permalink
Update dependencies, dev-dependencies
Browse files Browse the repository at this point in the history
* Refactor code-style to use `xo`;
* Replace `istanbul` with `nyc`;
* Remove unneeded Node targets from Travis;
* Remove unneeded files.
  • Loading branch information
wooorm committed Sep 17, 2016
1 parent ef0c9ef commit ed7d19f
Show file tree
Hide file tree
Showing 14 changed files with 775 additions and 899 deletions.
8 changes: 1 addition & 7 deletions .editorconfig
Expand Up @@ -2,14 +2,8 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,remarkrc,eslintrc,sh}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
.DS_Store
*.log
.nyc_output/
coverage/
node_modules/
hast-util-sanitize.js
Expand Down
39 changes: 0 additions & 39 deletions .jscs.json

This file was deleted.

13 changes: 0 additions & 13 deletions .remarkrc

This file was deleted.

2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js
node_js:
- '0.11'
- '0.12'
- '4.0'
- '5.0'
- '6.0'
after_success: bash <(curl -s https://codecov.io/bash)
Expand Down
35 changes: 0 additions & 35 deletions example.js

This file was deleted.

6 changes: 0 additions & 6 deletions history.md

This file was deleted.

2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -8,7 +8,5 @@

'use strict';

/* eslint-env commonjs */

/* Expose. */
module.exports = require('./lib/index');

0 comments on commit ed7d19f

Please sign in to comment.