Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Jan 14, 2017
1 parent 76b98f3 commit d0a6959
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 @@ -2,7 +2,7 @@
"name": "sulu",
"stability": "beta",
"description": "A hackable file manager",
"version": "0.6.0",
"version": "0.6.1",
"author": "Stephan Ahlf <[email protected]>",
"bugs": {
"url": "https://github.com/s-a/sulu/issues"
Expand Down Expand Up @@ -30,7 +30,7 @@
"start": "electron ./app",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./dist",
"post-install" : "cd app/packages && npm install",
"post-install": "cd app/packages && npm install",
"pull": "git pull && cd app/packages/node_modules && git submodule update --recursive --remote && git submodule update --init",
"bump": "npm run pull && npm version patch && git push && git push --tags && npm publish",
"build-windows--ia32": "node lib/build.js --os windows --arch ia32",
Expand Down

0 comments on commit d0a6959

Please sign in to comment.