Skip to content

Commit

Permalink
remove types
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jul 29, 2019
1 parent b3ed037 commit 7b2fa08
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "async-validator",
"version": "1.12.0",
"version": "1.12.1",
"description": "validate form asynchronous",
"keywords": [
"validator",
Expand Down Expand Up @@ -28,9 +28,6 @@
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-types"
]
]
},
Expand All @@ -56,18 +53,12 @@
"version": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@pika/plugin-build-node": "^0.5.1",
"@pika/plugin-build-types": "^0.5.1",
"@pika/plugin-build-web": "^0.5.1",
"@pika/plugin-standard-pkg": "^0.5.1",
"@pika/types": "^0.5.1",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-env": "^1.7.0",
"coveralls": "^2.13.1",
"jest": "^24.8.0",
"lint-staged": "^7.2.0",
Expand Down

0 comments on commit 7b2fa08

Please sign in to comment.