-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "sulu", | ||
"stability": "beta", | ||
"description": "A hackable file manager", | ||
"version": "0.1.46", | ||
"version": "0.1.47", | ||
"author": "Stephan Ahlf <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/s-a/sulu/issues" | ||
|
@@ -34,7 +34,7 @@ | |
"postinstall": "cd app && npm install", | ||
"build-windows--ia32": "node lib/build.js --os windows --arch ia32", | ||
"build-windows--x64": "node lib/build.js --os windows --arch x64", | ||
"build-windows": "npm run build-windows--ia32 && npm run build-windows--x64", | ||
"build-windows": "npm run build-windows--ia32 && npm run build-windows--x64", | ||
"build-linux--ia32": "node lib/build.js --os linux --arch ia32", | ||
"build-linux--x64": "node lib/build.js --os linux --arch x64", | ||
"build-linux": "npm run build-linux--ia32 && npm run build-linux--x64", | ||
|