From e4fdc4b316599d945572bb15a53817b8f4a41781 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 13 Oct 2017 18:43:03 +0530 Subject: [PATCH] remove devDependencies from package.json --- debian/patches/0430-remove-devdeps.patch | 28 ++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 29 insertions(+) create mode 100644 debian/patches/0430-remove-devdeps.patch diff --git a/debian/patches/0430-remove-devdeps.patch b/debian/patches/0430-remove-devdeps.patch new file mode 100644 index 0000000000..15f9057a74 --- /dev/null +++ b/debian/patches/0430-remove-devdeps.patch @@ -0,0 +1,28 @@ +--- a/package.json ++++ b/package.json +@@ -46,25 +46,5 @@ + "webpack-stats-plugin": "^0.1.5" + }, + "devDependencies": { +- "babel-plugin-istanbul": "^4.0.0", +- "eslint": "^3.10.1", +- "eslint-config-airbnb-base": "^10.0.1", +- "eslint-import-resolver-webpack": "^0.8.3", +- "eslint-plugin-filenames": "^1.1.0", +- "eslint-plugin-import": "^2.2.0", +- "eslint-plugin-jasmine": "^2.1.0", +- "eslint-plugin-promise": "^3.5.0", +- "istanbul": "^0.4.5", +- "jasmine-core": "^2.6.3", +- "jasmine-jquery": "^2.1.1", +- "karma": "^1.7.0", +- "karma-chrome-launcher": "^2.1.1", +- "karma-coverage-istanbul-reporter": "^0.2.0", +- "karma-jasmine": "^1.1.0", +- "karma-mocha-reporter": "^2.2.2", +- "karma-sourcemap-loader": "^0.3.7", +- "karma-webpack": "^2.0.4", +- "nodemon": "^1.11.0", +- "webpack-dev-server": "^2.6.1" + } + } diff --git a/debian/patches/series b/debian/patches/series index 3dd71e4920..de82605072 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -14,5 +14,6 @@ pid-log-paths.patch 0300-relax-rbnacl.patch 0410-set-webpack-root.patch 0420-use-system-libs.patch +0430-remove-devdeps.patch add-system-lib-path-for-webpack.patch fix-mail-room-path.patch