Skip to content

Commit c71a691

Browse files
author
Emmanouil Konstantinidis
committed
Update dependencies
1 parent 7721869 commit c71a691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch-js": "watchify -t reactify src/js/app.js -o build/js/app.js -v",
1010
"watch": "grunt build && npm build && npm run watch-js | grunt watch",
1111
"start": "electron .",
12-
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.26.0 --prune --ignore=src",
12+
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.26.1 --prune --ignore=src",
1313
"test": "jsxhint --reporter node_modules/jshint-stylish/stylish.js 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js'"
1414
},
1515
"repository": {
@@ -44,8 +44,8 @@
4444
"watchify": "=3.2.1"
4545
},
4646
"devDependencies": {
47-
"electron-packager": "=4.1.0",
48-
"electron-prebuilt": "=0.26.0",
47+
"electron-packager": "=4.1.1",
48+
"electron-prebuilt": "=0.26.1",
4949
"grunt": "=0.4.5",
5050
"grunt-contrib-clean": "=0.6.0",
5151
"grunt-contrib-copy": "=0.8.0",

0 commit comments

Comments
 (0)