From 42a1aa356401a2a621b6ddc06270f67d1bb804ca Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Thu, 22 Mar 2018 17:32:54 +0530 Subject: [PATCH] remove devDependencies from package.json --- .../0415-remove-dev-dependencies.patch | 33 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 34 insertions(+) create mode 100644 debian/patches/0415-remove-dev-dependencies.patch diff --git a/debian/patches/0415-remove-dev-dependencies.patch b/debian/patches/0415-remove-dev-dependencies.patch new file mode 100644 index 0000000000..13f095a250 --- /dev/null +++ b/debian/patches/0415-remove-dev-dependencies.patch @@ -0,0 +1,33 @@ +--- a/package.json ++++ b/package.json +@@ -90,30 +90,5 @@ + "worker-loader": "^1.1.0" + }, + "devDependencies": { +- "@gitlab-org/gitlab-svgs": "^1.8.0", +- "axios-mock-adapter": "^1.10.0", +- "babel-plugin-istanbul": "^4.1.5", +- "eslint": "^3.18.0", +- "eslint-config-airbnb-base": "^10.0.1", +- "eslint-import-resolver-webpack": "^0.8.3", +- "eslint-plugin-filenames": "^1.1.0", +- "eslint-plugin-html": "2.0.1", +- "eslint-plugin-import": "^2.2.0", +- "eslint-plugin-jasmine": "^2.1.0", +- "eslint-plugin-promise": "^3.5.0", +- "eslint-plugin-vue": "^4.0.1", +- "istanbul": "^0.4.5", +- "jasmine-core": "^2.9.0", +- "jasmine-jquery": "^2.1.1", +- "karma": "^2.0.0", +- "karma-chrome-launcher": "^2.2.0", +- "karma-coverage-istanbul-reporter": "^1.3.3", +- "karma-jasmine": "^1.1.1", +- "karma-mocha-reporter": "^2.2.5", +- "karma-sourcemap-loader": "^0.3.7", +- "karma-webpack": "2.0.7", +- "nodemon": "^1.11.0", +- "prettier": "1.9.2", +- "webpack-dev-server": "^2.6.1" + } + } diff --git a/debian/patches/series b/debian/patches/series index 77601a6360..64973811bb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -21,6 +21,7 @@ pid-log-paths.patch 0391-relax-google-protobuf.patch 0392-relax-flipper.patch 0410-set-webpack-root.patch +0415-remove-dev-dependencies.patch 0430-use-yarn.patch 890757.patch add-system-lib-path-for-webpack.patch