react-recaptcha
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "react-recaptcha", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A react.js reCAPTCHA for Google", | ||
@@ -8,5 +8,6 @@ "main": "dist/react-recaptcha.js", | ||
"start": "babel-node example/server.js", | ||
"build": "webpack -p --config webpack.production.config.js", | ||
"compile": "webpack -p --config webpack.production.config.js", | ||
"lint": "eslint src example", | ||
"test": "jest" | ||
"test": "jest", | ||
"prepublish": "npm run compile" | ||
}, | ||
@@ -23,2 +24,6 @@ "repository": { | ||
], | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"author": "Bo-Yi Wu", | ||
@@ -32,11 +37,12 @@ "license": "BSD", | ||
"babel-core": "^5.8.25", | ||
"babel-eslint": "^4.1.3", | ||
"babel-jest": "^5.3.0", | ||
"babel-loader": "^5.3.2", | ||
"eslint": "^1.6.0", | ||
"eslint-config-airbnb": "^0.1.0", | ||
"eslint-plugin-react": "^3.5.1", | ||
"eslint": "^1.9.0", | ||
"eslint-config-airbnb": "^1.0.0", | ||
"eslint-plugin-react": "^3.8.0", | ||
"jest": "^0.1.40", | ||
"jest-cli": "^0.5.4", | ||
"pre-commit": "^1.1.2", | ||
"react": "^0.14.0", | ||
"react-addons-test-utils": "^0.14.0", | ||
"react-dom": "^0.14.0", | ||
@@ -43,0 +49,0 @@ "react-hot-loader": "^1.3.0", |
11476
15