remove devDependencies from package.json
This commit is contained in:
parent
8259111ad4
commit
e4fdc4b316
2 changed files with 29 additions and 0 deletions
28
debian/patches/0430-remove-devdeps.patch
vendored
Normal file
28
debian/patches/0430-remove-devdeps.patch
vendored
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue