Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "remixd", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "remix server", | ||
@@ -12,3 +12,3 @@ "main": "./src/main.js", | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/ethereum/remixd.git" | ||
"url": "git+https://github.com/ethereum/remixd.git" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
program | ||
.usage('remix -S <shared folder>') | ||
.usage('-S <shared folder>') | ||
.description('Provide a two ways connection between the local computer and Remix IDE') | ||
@@ -8,0 +8,0 @@ .option('-S, --shared-folder <path>', 'Folder to share with Remix IDE') |
@@ -12,2 +12,3 @@ var servicesList = require('./servicesList') | ||
servicesList['sharedfolder'].sharedFolder(sharedFolder) | ||
console.log('Shared folder : ' + sharedFolder) | ||
} | ||
@@ -14,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8372
229