We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1d040 commit faa65ceCopy full SHA for faa65ce
.npmignore
@@ -4,3 +4,4 @@ tools/
4
.gitignore
5
.travis.yml
6
karma.conf.js
7
+.babelrc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+v1.0.3 - Thu 27 Sep 2018 15:14 PST
2
+---------------------------------------
3
+
+- add .babelrc to .npmignore [(#111)](https://github.com/dozoisch/react-google-recaptcha/issues/111)
8
v1.0.2 - Wed, 5 Sep 2018 13:21:00 EST
9
---------------------------------------
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-google-recaptcha",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "React Component Wrapper for Google reCAPTCHA",
"main": "lib/index.js",
"module": "lib/es/index.js",
0 commit comments