Skip to content

Commit 52c1a9f

Browse files
author
Edward Xiao
committed
no message
1 parent 64edd36 commit 52c1a9f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.npmignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
/postcss.config.js
1212
/stylelint.config.js
1313
/tsconfig.json
14-
/tslint.json
14+
/tslint.json
15+
/*.gif
16+
/dist
17+
/*.html
18+
/.github
19+
/rev-manifest.json

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inputs-validation",
3-
"version": "3.0.1",
3+
"version": "3.0.5",
44
"description": "React form input validation components",
55
"main": "index.js",
66
"repository": {
@@ -52,15 +52,15 @@
5252
"react-dom": "^16.8.6"
5353
},
5454
"devDependencies": {
55-
"@babel/cli": "^7.4.4",
56-
"@babel/core": "^7.4.5",
55+
"@babel/cli": "^7.1.2",
56+
"@babel/core": "^7.1.2",
5757
"@babel/plugin-proposal-class-properties": "^7.1.0",
5858
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
59-
"@babel/preset-env": "^7.4.5",
59+
"@babel/preset-env": "^7.1.0",
6060
"@babel/preset-react": "^7.0.0",
6161
"@babel/preset-typescript": "^7.1.0",
6262
"@types/jest": "^23.3.5",
63-
"@types/react": "^16.8.19",
63+
"@types/react": "^16.8.14",
6464
"@types/react-dom": "^16.8.4",
6565
"awesome-typescript-loader": "^5.2.1",
6666
"babel-core": "^7.0.0-bridge.0",

0 commit comments

Comments
 (0)