Skip to content

Commit

Permalink
Merge f12bd0a into f6cd5a1
Browse files Browse the repository at this point in the history
  • Loading branch information
markbao committed Jan 24, 2016
2 parents f6cd5a1 + f12bd0a commit 953e595
Show file tree
Hide file tree
Showing 21 changed files with 2,168 additions and 942 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
node_modules/*
# npm
node_modules
npm-debug.log

# Mac OS X
.DS_Store
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "0.10"
- "5.3"
- "5.0"
- "4.1"
- "4.0"
- "0.12"
- "iojs"
after_script: 'istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage'
30 changes: 0 additions & 30 deletions History.md

This file was deleted.

4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
The MIT License (MIT)

Copyright (c) 2012-2013 Mark Bao
Copyright (c) 2012-2016 Mark Bao <mark@markbao.com>
Copyright (c) 2015 Michael Phan-Ba <michael@mikepb.com>
Copyright (c) 2011 Guy Halford-Thompson <guy@cach.me>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
587 changes: 478 additions & 109 deletions README.md

Large diffs are not rendered by default.

186 changes: 0 additions & 186 deletions docs/docco.css

This file was deleted.

Loading

0 comments on commit 953e595

Please sign in to comment.