Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Closes wooorm/mdast-strip-badges/2.
  • Loading branch information
wooorm committed Jul 17, 2015
1 parent 842cd4f commit cdbd7f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-badge",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if `url` is a badge",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion is-badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

var EXPRESSIONS = [
/^https?:\/\/img\.shields\.io/,
/^https?:\/\/(?:(?:www|api)\.)?travis-ci\.(?:org|com)\/.*\.(?:svg|png)(?:\?|$)/,
/^https?:\/\/(?:(?:www|api)\.)?travis-ci\.org\/.*\.(?:svg|png)(?:\?|$)/,
/^https?:\/\/(?:www\.)?david-dm\.org(?:\/.+){2}\.(?:svg|png)/,
/^https?:\/\/(?:www\.)?nodei\.co(?:\/.+){2}\.(?:svg|png)(?:\?|$)/,
/^https?:\/\/inch-ci.org(?:\/.+){3}\.(?:svg|png)(?:\?|$)/
Expand Down
2 changes: 1 addition & 1 deletion is-badge.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-badge",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if `url` is a badge",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit cdbd7f5

Please sign in to comment.