Skip to content

Commit

Permalink
remove unused dist-exiftool npm dep (left over from when I first star…
Browse files Browse the repository at this point in the history
…ted the project)
  • Loading branch information
szTheory committed Mar 2, 2020
1 parent e3ae0bd commit 2e0f474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
"test": "yarn run lint",
"start": "electron .",
"pack": "yarn run compile && electron-builder --dir -c.compression=store -c.mac.identity=null",
"packwin": "yarn run compile && electron-builder --windows",
"packlinux": "yarn run compile && electron-builder --linux",
"packmac": "yarn run compile && electron-builder --macos -c.mac.identity=null",
"dist": "yarn run compile && electron-builder --macos --linux --windows -p always",
"release": "np",
"dev": "electron-webpack dev",
"compile": "electron-webpack"
},
"dependencies": {
"dist-exiftool": "^10.53.0",
"electron-context-menu": "^0.15.0",
"electron-debug": "^3.0.0",
"electron-log": "^4.0.0",
Expand All @@ -42,7 +43,7 @@
"electron": "7.1.9",
"electron-builder": "^22.2.0",
"electron-webpack": "^2.7.4",
"node-sass": "^4.13.0",
"node-sass": "^4.13.1",
"np": "^5.0.3",
"prettier": "1.19.1",
"sass-loader": "^8.0.0",
Expand Down

0 comments on commit 2e0f474

Please sign in to comment.