Repository: ignite Updated Branches: refs/heads/master da9076933 -> 49c7fb395
IGNITE-8566 Minor fix. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/49c7fb39 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/49c7fb39 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/49c7fb39 Branch: refs/heads/master Commit: 49c7fb3955caa34d9a343b9bad18f2ec58cb29da Parents: da90769 Author: Andrey Novikov <[email protected]> Authored: Thu May 31 09:08:02 2018 +0700 Committer: Andrey Novikov <[email protected]> Committed: Thu May 31 09:08:02 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/package-lock.json | 1 - modules/web-console/frontend/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/49c7fb39/modules/web-console/frontend/package-lock.json ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/package-lock.json b/modules/web-console/frontend/package-lock.json index fbc0544..3b0d08b 100644 --- a/modules/web-console/frontend/package-lock.json +++ b/modules/web-console/frontend/package-lock.json @@ -9112,7 +9112,6 @@ "version": "0.4.0", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.0.tgz", "integrity": "sha512-2Zik6PhUZ/MbiboG6SDS9UTPL4XXy4qnyGjSdCIWRrr8xb6PwLtHE+AYOjkXJWdF0OG8vo/yrJ8CgS5WbMpzIg==", - "dev": true, "requires": { "loader-utils": "1.1.0", "webpack-sources": "1.1.0" http://git-wip-us.apache.org/repos/asf/ignite/blob/49c7fb39/modules/web-console/frontend/package.json ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/package.json b/modules/web-console/frontend/package.json index 2bff755..6f8fe4f 100644 --- a/modules/web-console/frontend/package.json +++ b/modules/web-console/frontend/package.json @@ -89,6 +89,7 @@ "jsondiffpatch": "^0.2.5", "jszip": "3.1.5", "lodash": "4.17.5", + "mini-css-extract-plugin": "^0.4.0", "natural-compare-lite": "^1.4.0", "node-sass": "^4.8.3", "nvd3": "1.8.6", @@ -140,7 +141,6 @@ "karma-mocha-reporter": "2.2.3", "karma-teamcity-reporter": "1.0.0", "karma-webpack": "4.0.0-beta.0", - "mini-css-extract-plugin": "^0.4.0", "mocha": "3.4.2", "mocha-teamcity-reporter": "1.1.1", "node-fetch": "1.7.3",
