Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #159 from fredriks/master
Browse files Browse the repository at this point in the history
CommonJS support
  • Loading branch information
mtrias authored Mar 14, 2017
2 parents a853512 + 4312d0f commit 26d3111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./release/angular-recaptcha.js');
module.exports = 'vcRecaptcha';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url" : "https://github.com/reduardo7/angular-recaptcha"
}
],
"main": "release/angular-recaptcha.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/vividcortex/angular-recaptcha.git"
Expand Down

0 comments on commit 26d3111

Please sign in to comment.