From d17c20bbdf78038034899c4cc76467b335fdf870 Mon Sep 17 00:00:00 2001 From: ambar Date: Fri, 8 Jan 2021 01:48:09 +0800 Subject: [PATCH] build: move deps to dev deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb8775f..99bbe5e 100644 --- a/package.json +++ b/package.json @@ -33,28 +33,28 @@ "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.26.0", - "eslint": "^4.13.1", + "base-64": "^0.1.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", + "eslint": "^4.13.1", "lerna": "^2.11.0", "mocha": "^4.0.1", - "rollup": "^0.50.0", + "opencollective-postinstall": "^2.0.2", + "opencollective": "^1.0.3", "rollup-plugin-buble": "^0.16.0", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-copy": "^0.2.3", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-replace": "^2.0.0", + "rollup": "^0.50.0", "typescript": "^3.0.1", "uglify-js": "^3.1.10" }, "dependencies": { - "base-64": "^0.1.0", - "opencollective-postinstall": "^2.0.2", - "opencollective": "^1.0.3" }, "collective": { "type": "opencollective",