Skip to content

Commit 5efeb24

Browse files
authored
Merge pull request #1 from jhlywa/master
Update
2 parents 16ad977 + 77531b8 commit 5efeb24

16 files changed

+1382
-9788
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"parser": "babylon"
4+
}

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- '10'
4+
- '8'
5+
- '6'
6+
- '4'
7+
- '0.12'
8+
- '0.10'

CONTRIBUTORS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Special thanks to the following developers for their patches and contributions
2+
(alphabetically):
3+
4+
- [Steve Bragg](https://github.com/2sb18)
5+
- [Ngoc Dao](https://github.com/ngocdaothanh)
6+
- [Matt Flaschen](https://github.com/mattflaschen)
7+
- [E. Azer Koçulu](https://github.com/azer)
8+
- [Falco Nogatz](https://github.com/fnogatz)
9+
- [jdponomarev](https://github.com/jdponomarev)
10+
- [Tom Offermann](https://github.com/toffer)
11+
- [David Moises Paz Reyes](https://github.com/davidmpaz)
12+
- [Raminder Singh](https://github.com/imor)
13+
- [Stiff](https://github.com/stiff)
14+
- [Seb Vincent](https://github.com/sebv)
15+
- [Linmiao Xu](https://github.com/linrock)
16+
- [Jonathan Zacsh](https://github.com/jzacsh)
17+
18+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Jeff Hlywa ([email protected])
1+
Copyright (c) 2017, Jeff Hlywa ([email protected])
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

Makefile

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

0 commit comments

Comments
 (0)