Skip to content

Commit

Permalink
Export properly
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Apr 21, 2014
1 parent e0d062c commit 141edc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/media-parser.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
Expand Up @@ -3,7 +3,7 @@
"description": "Simple JavaScript library to ease integration with media and oEmbed.",
"keywords": ["oembed", "media", "thumbnails", "preview"],
"author": "amix",
"version": "1.4.1",
"version": "1.4.2",
"dependencies": {},
"repository": "https://github.com/Doist/media-parser",
"licenses": [{
Expand Down
1 change: 1 addition & 0 deletions src/exports.coffee
Expand Up @@ -2,6 +2,7 @@ try
exports.init = MediaParser.init
exports.parse = MediaParser.parse
exports.extractURLs = MediaParser.extractURLs
exports.allURLs = MediaParser.allURLs
catch e1
null

Expand Down

0 comments on commit 141edc7

Please sign in to comment.