From cefc5fdcc7fed7da41d55beb5df914894f5ce91d Mon Sep 17 00:00:00 2001 From: yiminghe Date: Thu, 6 Feb 2020 16:16:59 +0800 Subject: [PATCH] bump --- package.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f8a6a36..f93687e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dom-align", - "version": "1.10.2", + "version": "1.10.4", "description": "Align DOM Node Flexibly ", "keywords": [ "dom", @@ -50,26 +50,30 @@ ], [ "@pika/plugin-build-types" + ], + [ + "pika-plugin-clean-dist-src" ] ] }, "devDependencies": { "@pika/plugin-build-node": "^0.6.0", "@pika/plugin-build-types": "^0.6.0", - "pika-plugin-build-web-babel": "^0.6.0", "@pika/plugin-standard-pkg": "^0.6.0", "@pika/types": "^0.6.0", "babel-preset-env": "^1.7.0", + "create-react-class": "^15.6.3", "expect.js": "^0.3.1", "jquery": "^3.4.1", + "lint-staged": "^9.2.1", + "pika-plugin-build-web-babel": "^0.6.0", + "pika-plugin-clean-dist-src": "^0.1.1", "pre-commit": "1.x", + "prettier": "^1.18.2", "rc-test": "6.x", "rc-tools": "6.x", "react": "16.x", - "react-dom": "16.x", - "create-react-class": "^15.6.3", - "lint-staged": "^9.2.1", - "prettier": "^1.18.2" + "react-dom": "16.x" }, "lint-staged": { "*.{tsx,js,jsx,ts}": [