From 40b15f2bb361a65b4aea26a433d3d63b6c9f2194 Mon Sep 17 00:00:00 2001 From: MrOrz Date: Tue, 3 Oct 2017 02:27:31 +0800 Subject: [PATCH] move coverall to devDependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0f2f3f7..a1801695 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "babel-plugin-transform-css-import-to-string": "^0.0.2", "babel-plugin-transform-inline-environment-variables": "^0.1.1", "babel-runtime": "^6.25.0", - "coveralls": "^3.0.0", "glob": "^7.1.2", "immutable": "^3.8.1", "isomorphic-fetch": "^2.2.1", @@ -55,6 +54,7 @@ "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-wrap-in-js": "^1.1.1", "babel-preset-env": "^1.6.0", + "coveralls": "^3.0.0", "eslint": "^4.4.1", "eslint-config-prettier": "^2.3.0", "eslint-config-react-app": "^1.0.5",