Skip to content

Commit 51983d5

Browse files
authored
Merge pull request #8 from posthtml/jescalan-patch1
Reboot
2 parents 8d24f1c + 208b18d commit 51983d5

19 files changed

+218
-288
lines changed

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@ indent_style = space
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[{bower,package}.json]
12-
indent_size = 2
13-
1411
[*.md]
1512
trim_trailing_whitespace = false

.github/ISSUE_TEMPLATE.md

Whitespace-only changes.

.github/PULL_REQUEST_TEMPLATE.md

Whitespace-only changes.

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
# OS
2-
31
.DS_Store
4-
._*
5-
6-
# NODEJS
7-
82
.nyc_output
9-
10-
npm-debug.log
11-
123
coverage
134
node_modules
14-
15-
lib/
16-
_gh-pages/
17-
.publish/
18-
*.sublime*

.npmignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
# FILES
2-
31
.travis.yml
42
.gitignore
53
.editorconfig
6-
7-
CHANGELOG.md
84
CONTRIBUTING.md
9-
README.md
10-
115
npm-debug.log
12-
13-
# DIRECTORIES
14-
156
.github
167
.nyc_output
17-
188
test
199
coverage
20-
node_modules

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2+
sudo: false
23
language: node_js
34
node_js:
4-
- v6
5-
- v5
6-
- v4
7-
8-
after_success:
9-
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
5+
- 6
6+
after_script:
7+
- npm run coveralls

CHANGELOG.md

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

CONTRIBUTING.md

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ Contributions welcome!
44

55
**Before spending lots of time on something, ask for feedback on your idea first!**
66

7-
Please search issues and pull requests before adding something new to avoid duplicating
8-
efforts and conversations.
7+
Please search issues and pull requests before adding something new to avoid duplicating efforts and conversations.
98

10-
This project welcomes non-code contributions, too! The following types of contributions
11-
are welcome:
9+
This project welcomes non-code contributions, too! The following types of contributions are welcome:
1210

1311
- **Ideas**: participate in an issue thread or start your own to have your voice heard.
1412
- **Writing**: contribute your expertise in an area by helping expand the included docs.
@@ -19,57 +17,40 @@ are welcome:
1917

2018
[![standard][standard-image]][standard-url]
2119

22-
This repository uses [`standard`][standard-url] to maintain code style and consistency,
23-
and to avoid style arguments. `npm test` runs `standard` automatically, so you don't have
24-
to!
20+
This repository uses [`standard`][standard-url] to maintain code style and consistency, and to avoid style arguments. `npm test` runs `standard` automatically, so you don't have to!
2521

2622
## Project Governance
2723

28-
Individuals making significant and valuable contributions are given commit-access to the
29-
project to contribute as they see fit. This project is more like an open wiki than a
30-
standard guarded open source project.
24+
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
3125

3226
### Rules
3327

3428
There are a few basic ground-rules for contributors:
3529

3630
1. **No `--force` pushes** or modifying the Git history in any way.
3731
2. **Non-master branches** should be used for ongoing work.
38-
3. **Significant modifications** like API changes should be subject to a **pull request**
39-
to solicit feedback from other contributors.
40-
4. **Pull requests** are *encouraged* for all contributions to solicit feedback, but left to
41-
the discretion of the contributor.
32+
3. **Significant modifications** like API changes should be subject to a **pull request** to solicit feedback from other contributors.
33+
4. **Pull requests** are *encouraged* for all contributions to solicit feedback, but left to the discretion of the contributor.
4234

4335
### Releases
4436

4537
Declaring formal releases remains the prerogative of the project maintainer.
4638

4739
### Changes to this arrangement
4840

49-
This is an experiment and feedback is welcome! This document may also be subject to pull-
50-
requests or changes by contributors where you believe you have something valuable to add
51-
or change.
41+
This is an experiment and feedback is welcome! This document may also be subject to pull-requests or changes by contributors where you believe you have something valuable to add or change.
5242

5343
## Developer's Certificate of Origin 1.1
5444

5545
By making a contribution to this project, I certify that:
5646

57-
- (a) The contribution was created in whole or in part by me and I have the right to
58-
submit it under the open source license indicated in the file; or
47+
- (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
5948

60-
- (b) The contribution is based upon previous work that, to the best of my knowledge, is
61-
covered under an appropriate open source license and I have the right under that license
62-
to submit that work with modifications, whether created in whole or in part by me, under
63-
the same open source license (unless I am permitted to submit under a different
64-
license), as indicated in the file; or
49+
- (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
6550

66-
- (c) The contribution was provided directly to me by some other person who certified
67-
(a), (b) or (c) and I have not modified it.
51+
- (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
6852

69-
- (d) I understand and agree that this project and the contribution are public and that a
70-
record of the contribution (including all personal information I submit with it,
71-
including my sign-off) is maintained indefinitely and may be redistributed consistent
72-
with this project or the open source license(s) involved.
53+
- (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
7354

74-
[standard-image]: https://cdn.rawgit.com/feross/standard/master/badge.svg
75-
[standard-url]: https://github.com/feross/standard
55+
[standard-image]: https://cdn.rawgit.com/feross/standard/master/badge.svg
56+
[standard-url]: https://github.com/feross/standard

LICENSE

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) 2016 Michael Ciniawsky
3+
Copyright (c) 2016 Michael Ciniawsky, Jeff Escalante
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)