Skip to content

Commit

Permalink
Update dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebu5ter authored and klaudiosinani committed Oct 2, 2017
1 parent 5b5c20b commit b832e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"pack:windows": "electron-packager . --no-prune --overwrite --asar --out=dist --platform=win32 --arch=ia32 --icon=static/Icon.ico --version-string.ProductName=$npm_package_productName && cd dist/Tusk-win32-ia32 && zip -ryq9 ../Tusk-windows-v${npm_package_version}.zip *"
},
"dependencies": {
"ms": "^0.7.2",
"ms": "^2.0.0",
"fs-extra": "^4.0.2",
"simple-get": "^2.0.0",
"simple-get": "^2.7.0",
"time-stamp": "^2.0.0",
"electron-dl": "^1.9.0",
"electron-is-dev": "^0.1.2",
Expand Down

0 comments on commit b832e29

Please sign in to comment.