Skip to content

Commit

Permalink
Bundle to 1.0.2 since unpublished took 1.0.1 forever
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Feb 12, 2015
1 parent 3da0840 commit bb5bf91
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 117 deletions.
2 changes: 1 addition & 1 deletion bin/syno.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ execute = function(api, cmd, options) {
});
};

program.version('1.0.1').description('Synology Rest API Command Line').option('-c, --config <path>', "DSM Configuration file. Default to ~/" + CONFIG_DIR + "/" + CONFIG_FILE).option('-u, --url <url>', "DSM URL. Default to " + DEFAULT_PROTOCOL + "://" + DEFAULT_ACCOUNT + ":" + DEFAULT_PASSWD + "@" + DEFAULT_HOST + ":" + DEFAULT_PORT).option('-d, --debug', 'Enabling Debugging Output').on('--help', function() {
program.version('1.0.2').description('Synology Rest API Command Line').option('-c, --config <path>', "DSM Configuration file. Default to ~/" + CONFIG_DIR + "/" + CONFIG_FILE).option('-u, --url <url>', "DSM URL. Default to " + DEFAULT_PROTOCOL + "://" + DEFAULT_ACCOUNT + ":" + DEFAULT_PASSWD + "@" + DEFAULT_HOST + ":" + DEFAULT_PORT).option('-d, --debug', 'Enabling Debugging Output').on('--help', function() {
console.log(' Commands:');
console.log('');
console.log(' filestation|fs [options] <method> DSM File Station API');
Expand Down
114 changes: 0 additions & 114 deletions npm-debug.log

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syno",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple Synology API wrapper for Auth, FileStation and DownloadStation.",
"main": "dist/syno.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli/syno.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ execute = (api, cmd, options) ->
process.exit 0

program
.version('1.0.1')
.version('1.0.2')
.description('Synology Rest API Command Line')
.option('-c, --config <path>', "DSM Configuration file. Default to ~/#{CONFIG_DIR}/#{CONFIG_FILE}")
.option('-u, --url <url>', "DSM URL. Default to #{DEFAULT_PROTOCOL}://#{DEFAULT_ACCOUNT}:#{DEFAULT_PASSWD}@#{DEFAULT_HOST}:#{DEFAULT_PORT}")
Expand Down

0 comments on commit bb5bf91

Please sign in to comment.