Skip to content

Commit

Permalink
move source-map-support dep to depDependencies to reduce production deps
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Jun 30, 2020
1 parent 2ebc6d0 commit 87e24bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"js-yaml": "^3.13.1",
"node-exiftool": "^2.3.0",
"serialize-javascript": "^2.1.1",
"source-map-support": "^0.5.16",
"spectre.css": "^0.5.8"
},
"devDependencies": {
Expand All @@ -45,6 +44,7 @@
"np": "^5.0.3",
"prettier": "1.19.1",
"sass-loader": "^8.0.0",
"source-map-support": "^0.5.19",
"typescript": "^3.8.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ import "../styles/index.scss";
require("../renderer/drag");
require("../renderer/menu_select_files");

// ERROR HANDLING
// SETUP ERROR HANDLING
unhandled();
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8491,7 +8491,7 @@ source-map-support@^0.5.13, source-map-support@^0.5.16:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@~0.5.12:
source-map-support@^0.5.19, source-map-support@~0.5.12:
version "0.5.19"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
Expand Down

0 comments on commit 87e24bc

Please sign in to comment.