Skip to content

Commit 6e851d0

Browse files
committed
Merge branch 'beta'
2 parents cdb300b + 0ecea5f commit 6e851d0

File tree

101 files changed

+3033
-2768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3033
-2768
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# .gitignore for jekyllized projects
22
# Folders that shouldn't be tracked
33
node_modules/
4-
temp/
54
coverage/
65
.envrc
76
.coveralls.yml
8-
test/test-*/
7+
test/tmp/
8+
npm-shrinkwrap.json
9+
.nyc_output
910

1011
# Ignore hidden folders
1112
# This takes care of .tmp, .sass-cache, and many others

.jshintrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

.travis.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
language: node_js
2+
sudo: false
23
node_js:
3-
- '0.10'
4-
after_script:
5-
- CODECLIMATE_REPO_TOKEN=7b0cbee1382c968a036868d26ec04d0ddc7b7aeef25ceead5ff9ff50a3c2ae8b codeclimate < coverage/lcov.info
6-
- rm -rf ./coverage
4+
- "6"
5+
- "5"
6+
- "4"
7+
after_success:
8+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
79
notifications:
8-
email:
10+
email: false
11+
webhooks:
12+
urls:
13+
- https://webhooks.gitter.im/e/82537018be323f7b8a08
914
on_success: change
10-
on_failure: change
15+
on_failure: always
16+
on_start: never

CHANGELOG.md

100755100644
Lines changed: 458 additions & 1 deletion
Large diffs are not rendered by default.

CONTRIBUTING.md

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Contributing and Issue guidelines
22

3+
Just don't be a dick.

LICENSE

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 Sondre Nilsen
3+
Copyright (c) 2014-2016 Sondre Nilsen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)