Comparing version 0.1.2 to 0.1.3
@@ -8,3 +8,3 @@ // # Hosts File | ||
var managedTag = '// hostsman managed'; | ||
var managedTag = '## hostsman managed'; | ||
@@ -11,0 +11,0 @@ module.exports = { |
{ | ||
"name": "hostsman", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Hosts file management for OS X.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -15,1 +15,15 @@ # Hostsman | ||
I'm sure additional features will appear as the project progresses. | ||
## Installation | ||
Install from npm. | ||
``` | ||
npm install -g hostsman | ||
``` | ||
## Usage | ||
Currently must be used with `sudo` to allow appropriate write access. | ||
``` | ||
hostsman --help | ||
``` |
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
20896
29