Skip to content

Commit

Permalink
Updated error with supplied modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jthawme committed Jun 14, 2019
1 parent c369868 commit 62a05af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stacc",
"description": "An application to help effectively convert videos into Gifs",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",
"scripts": {
"dev": "electron-webpack dev",
Expand All @@ -13,7 +13,8 @@
"dependencies": {
"ffmpeg-static": "^2.4.0",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2"
"fluent-ffmpeg": "^2.1.2",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
Expand All @@ -32,7 +33,6 @@
"react-dom": "^16.8.6",
"react-slidedown": "^2.0.9",
"replace": "^1.1.0",
"source-map-support": "^0.5.10",
"svg-inline-loader": "^0.8.0",
"webfontloader": "^1.6.28",
"babel-loader": "^8.0.5",
Expand Down

0 comments on commit 62a05af

Please sign in to comment.