diff --git a/index.js b/index.js new file mode 100644 index 0000000..17ec8d0 --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +require('./release/angular-recaptcha.js'); +module.exports = 'vcRecaptcha'; diff --git a/package.json b/package.json index 80a6bcc..ef260a3 100644 --- a/package.json +++ b/package.json @@ -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"