Skip to content

Commit

Permalink
Refactor project
Browse files Browse the repository at this point in the history
* Remove support for Bower, Component, Duo;
* Remove superfluous files;
* Refactor code-style, docs, tests.
  • Loading branch information
wooorm committed Aug 13, 2016
1 parent 4c684bb commit c7c8b25
Show file tree
Hide file tree
Showing 17 changed files with 323 additions and 842 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
9 changes: 0 additions & 9 deletions .eslintrc

This file was deleted.

8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
*.log
bower_components/
build/
components/
node_modules/
.nyc_output/
coverage/
node_modules/
dice-coefficient.js
dice-coefficient.min.js
144 changes: 0 additions & 144 deletions .jscs.json

This file was deleted.

13 changes: 0 additions & 13 deletions .npmignore

This file was deleted.

32 changes: 23 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
language: node_js
script: npm run-script test-travis
node_js:
- '0.10'
- '0.11'
after_script: npm install [email protected] && cat ./coverage/lcov.info | coveralls
- '0.12'
- '4.0'
- '5.0'
- '6.0'
sudo: false
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: npm
email: [email protected]
api_key:
secure: jkKCzss0SRy2x0xJYyOGL6JcZ75JU437n3a12M5sitbOU7xKapwx3/p17de2TU30gpODvs4sxWeOqW/Xs3K2R4jUVckzCHaRW5iMWDl/dsugQlYidgZ5LWg30+YN2CeuCF024q2EfQlUFGIuIHNfj3UtJfph3ri6wdAFzkaxaOI=
on:
repo: wooorm/dice-coefficient
- provider: npm
email: [email protected]
api_key:
secure: ovjuiHxfKMtunkzK2zuTOrKQqaZ+T9l+v7uUmBHVPrymEjf5uLiL848IqPT4VoqpXh8hPV9qwoSL8a8WUvrg93W6WakZZWtC8DjyFs8gCiJNP28dJQpRicOzUM+eoJuMH+fzpLDyQoT7aSSfKuZ9KNBFveDKlTlP8ckx7ISiEv8=
on:
tags: true
node: '5.0'
- provider: releases
api_key:
secure: S67hE2TT6khapwu3SkgxrdXzlpgUmG2Se9P32daJuVRdoimI4noF6/Wpjih3MgEu+VbTo4HWx48RDmkRWeJUwELmdnql3JyOu/CUEnERuYjx7yen3WgDsMlSjk7ddxLQ8EHhLtAV/Eu2Sxu5jiNWLhOAlnSv5v38x6xaK2/e0kg=
file:
- "dice-coefficient.js"
- "dice-coefficient.min.js"
on:
tags: true
node: '6.0'
76 changes: 0 additions & 76 deletions History.md

This file was deleted.

78 changes: 0 additions & 78 deletions Readme.md

This file was deleted.

Loading

0 comments on commit c7c8b25

Please sign in to comment.