-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run update * refactor * generate docs * legacy `makeRe` support * lint * bump `to-regex-range` * add toc to readme * 3.0.0
- Loading branch information
1 parent
e238e55
commit 53bc0f1
Showing
28 changed files
with
873 additions
and
1,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
# always ignore files | ||
*.DS_Store | ||
*.sublime-* | ||
_gh_pages | ||
bower_components | ||
|
||
# test related, or directories generated by tests | ||
test/actual | ||
actual | ||
coverage | ||
|
||
# npm | ||
node_modules | ||
npm-debug.log | ||
|
||
# misc | ||
_gh_pages | ||
benchmark | ||
bower_components | ||
vendor | ||
temp | ||
test/actual | ||
tmp | ||
TODO.md | ||
vendor | ||
*.DS_Store | ||
mm.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "stable" | ||
- "0.12" | ||
- "0.10" | ||
- node | ||
- '6' | ||
- '5' | ||
- '0.12' | ||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- node_js: "0.10" | ||
- node_js: '4' | ||
- node_js: '0.12' |
Oops, something went wrong.