Skip to content

Commit 42bc3cd

Browse files
committed
Publish v0.4.0.
1 parent 79ea403 commit 42bc3cd

File tree

5 files changed

+1159
-26
lines changed

5 files changed

+1159
-26
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright 2014-2017 Benjamin Tan <https://demoneaux.github.io/>
3+
Copyright 2014-2018 Benjamin Tan <https://bnjmnt4n.now.sh/>
44

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

Diff for: README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# regjsgen [![Build status](https://travis-ci.org/demoneaux/regjsgen.svg?branch=master)](https://travis-ci.org/demoneaux/regjsgen) [![Code coverage status](https://img.shields.io/codecov/c/github/demoneaux/regjsgen.svg)](https://codecov.io/gh/demoneaux/regjsgen)
1+
# regjsgen [![Build status](https://travis-ci.org/bnjmnt4n/regjsgen.svg?branch=master)](https://travis-ci.org/bnjmnt4n/regjsgen) [![Code coverage status](https://codecov.io/gh/bnjmnt4n/regjsgen/branch/master/graph/badge.svg)](https://codecov.io/gh/bnjmnt4n/regjsgen)
22

33
Generate regular expressions from [regjsparser](https://github.com/jviereck/regjsparser)’s AST.
44

@@ -30,16 +30,4 @@ regex = regjsgen.generate(ast);
3030

3131
## Support
3232

33-
Tested in Node.js 0.10.x, 0.12.x, 4.x and 5.x.
34-
35-
## Author
36-
37-
| [![twitter/demoneaux](https://gravatar.com/avatar/029b19dba521584d83398ada3ecf6131?s=70)](https://twitter.com/demoneaux "Follow @demoneaux on Twitter") |
38-
|---|
39-
| [Benjamin Tan](https://demoneaux.github.io/) |
40-
41-
## Contributors
42-
43-
| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
44-
|---|
45-
| [Mathias Bynens](https://mathiasbynens.be/) |
33+
Tested in Node.js 0.10, 0.12, 4, 6 and 8.

0 commit comments

Comments
 (0)