Skip to content

Commit

Permalink
Publish v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Jan 17, 2018
1 parent 79ea403 commit 42bc3cd
Show file tree
Hide file tree
Showing 5 changed files with 1,159 additions and 26 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

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

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

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

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

## Support

Tested in Node.js 0.10.x, 0.12.x, 4.x and 5.x.

## Author

| [![twitter/demoneaux](https://gravatar.com/avatar/029b19dba521584d83398ada3ecf6131?s=70)](https://twitter.com/demoneaux "Follow @demoneaux on Twitter") |
|---|
| [Benjamin Tan](https://demoneaux.github.io/) |

## Contributors

| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
|---|
| [Mathias Bynens](https://mathiasbynens.be/) |
Tested in Node.js 0.10, 0.12, 4, 6 and 8.
Loading

0 comments on commit 42bc3cd

Please sign in to comment.