-
- Downloads
StatusParser: Remove unused removeAttachmentLinks.
Brings down the vendor by over 200kb
Showing
- package.json 1 addition, 2 deletionspackage.json
- src/services/status_parser/status_parser.js 0 additions, 15 deletionssrc/services/status_parser/status_parser.js
- test/unit/specs/services/status_parser/status_parses.spec.js 0 additions, 17 deletionstest/unit/specs/services/status_parser/status_parses.spec.js
... | @@ -22,12 +22,10 @@ | ... | @@ -22,12 +22,10 @@ |
"cropperjs": "^1.4.3", | "cropperjs": "^1.4.3", | ||
"diff": "^3.0.1", | "diff": "^3.0.1", | ||
"escape-html": "^1.0.3", | "escape-html": "^1.0.3", | ||
"karma-mocha-reporter": "^2.2.1", | |||
"localforage": "^1.5.0", | "localforage": "^1.5.0", | ||
"object-path": "^0.11.3", | "object-path": "^0.11.3", | ||
"phoenix": "^1.3.0", | "phoenix": "^1.3.0", | ||
"portal-vue": "^2.1.4", | "portal-vue": "^2.1.4", | ||
"sanitize-html": "^1.13.0", | |||
"v-click-outside": "^2.1.1", | "v-click-outside": "^2.1.1", | ||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-chat-scroll": "^1.2.1", | "vue-chat-scroll": "^1.2.1", | ||
... | @@ -39,6 +37,7 @@ | ... | @@ -39,6 +37,7 @@ |
"whatwg-fetch": "^2.0.3" | "whatwg-fetch": "^2.0.3" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"karma-mocha-reporter": "^2.2.1", | |||
"@babel/core": "^7.7.5", | "@babel/core": "^7.7.5", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | "@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | "@babel/preset-env": "^7.7.6", | ||
... | ... |
Please register or sign in to comment