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 61f3c5d commit 376feabCopy full SHA for 376feab
.npmignore
@@ -1,10 +1,10 @@
1
-/examples
+/coverage
2
+/example
3
/webpack
-/test
4
/src
5
/.babelrc
6
/.eslintrc.json
7
-/.eslintignore.json
+/eslintignore.json
8
/.gitignore
9
/.travis.yml
10
/jest.config.js
package.json
@@ -1,6 +1,6 @@
{
"name": "react-inputs-validation",
- "version": "2.0.5",
+ "version": "2.0.6",
"description": "a react inputs validation component",
"main": "index.js",
"repository": {
0 commit comments