Skip to content

Commit

Permalink
Correct version package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzylv committed Apr 22, 2018
1 parent c567257 commit dcd926d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-downloader-electron",
"description": "Youtube downloader with Electron",
"version": "0.1.0",
"version": "0.0.1",
"private": true,
"author": "vanzylv <[email protected]>",
"dependencies": {
Expand Down Expand Up @@ -56,15 +56,6 @@
"path": "/Applications"
}
]
},
"linux": {
"target": [
"AppImage",
"deb"
]
},
"win": {
"target": "squirrel"
}

}
Expand Down

0 comments on commit dcd926d

Please sign in to comment.