Navigation Menu

Skip to content

Commit

Permalink
Add new aliases
Browse files Browse the repository at this point in the history
* Add a few new aliases;
* Rewrite project;
* Remove bower, component, duo support;
* Remove distribution files from source;
* Remove unneeded files;
* Remove superfluous Node targets from Travis;
* Refactor code-style to use `xo`;
* Replace `istanbul` with `nyc`;
* Replace `mocha` with `tape`;
* Update dev-dependencies.
  • Loading branch information
wooorm committed Sep 18, 2016
1 parent 9c8b592 commit 7dbb14a
Show file tree
Hide file tree
Showing 23 changed files with 971 additions and 16,427 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,svg,mdastrc,eslintrc}]
indent_size = 2

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

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

6 changes: 3 additions & 3 deletions .gitignore
@@ -1,8 +1,8 @@
.DS_Store
*.log
build/
components/
.nyc_output/
coverage/
node_modules/
build.js
gemoji.js
gemoji.min.js
data/emoji.json
145 changes: 0 additions & 145 deletions .jscs.json

This file was deleted.

1 change: 0 additions & 1 deletion .mdastignore

This file was deleted.

12 changes: 0 additions & 12 deletions .mdastrc

This file was deleted.

25 changes: 20 additions & 5 deletions .travis.yml
@@ -1,9 +1,24 @@
language: node_js
script: npm run-script test-travis
node_js:
- '0.10'
- '0.11'
- '0.12'
- iojs
- '5.0'
- '6.0'
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
email: tituswormer@gmail.com
api_key:
secure: J5zX77DY6AwolRljMy+GdwzqfRvM0VLqTP3J8SHap0yM9NKwuY0F1vy7F9Ryzu048q2q8QT0/3yU56rKfDiXjGVlf3sOvbLRkWZRBntl+mJMCmlRjsAyzo5teF6u/vcHB7V4F1/FAFCWfgEDCN6ZO7/DSbt9IdJjcElsHFbUKIw=
on:
tags: true
node: '5.0'
- provider: releases
api_key:
secure: FxpovIE7QobbxBS0Rm6AsoHzVC5uYtuwKly/2SMZD19ff78A+XLoH971jLSAvx0PTul5nNy26drDVTRlgXZznM1DISdJXOEFQhR2O2CpEEFhHxKt/kixndFWfOBxrbH3534CLuTzV1AwXQvC5WE7y7in0zu/E9/ZdC3CA7ux1h8=
file:
- "lowlight.js"
- "lowlight.min.js"
on:
tags: true
node: '6.0'
40 changes: 0 additions & 40 deletions bower.json

This file was deleted.

21 changes: 0 additions & 21 deletions component.json

This file was deleted.

0 comments on commit 7dbb14a

Please sign in to comment.