Skip to content

Commit 376feab

Browse files
author
Edward Xiao
committed
no message
1 parent 61f3c5d commit 376feab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/examples
1+
/coverage
2+
/example
23
/webpack
3-
/test
44
/src
55
/.babelrc
66
/.eslintrc.json
7-
/.eslintignore.json
7+
/eslintignore.json
88
/.gitignore
99
/.travis.yml
1010
/jest.config.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inputs-validation",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "a react inputs validation component",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)