Comparing version 0.3.0 to 0.3.1
@@ -23,5 +23,6 @@ #!/usr/bin/env node | ||
// Check for requirements such as OS version and nginx install. | ||
// #Roadmap: Add ability to satisfy any possible requirements. | ||
//TODO: Add ability to satisfy any possible requirements. | ||
//TODO: Ask for requirements only when needed (exclude for `up list`) | ||
//requirements(); | ||
requirements(); | ||
// Comment in development and uncomment this line in production. | ||
@@ -28,0 +29,0 @@ |
# Changelog / Version history | ||
## `up` v. 0.3.1 | ||
- Minor patch: Fixed sudo not being required for commands. | ||
## `up` v. 0.3.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "up-serve", | ||
"version": "0.3.0", | ||
"description": "A cli tool to quickly create and manage nginx server blocks.", | ||
"main": "lib.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "node ./build/fetchTLDS" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/codefeathers/up-serve.git" | ||
}, | ||
"keywords": [ | ||
"up", | ||
"serve", | ||
"nginx", | ||
"server", | ||
"block" | ||
], | ||
"bin": { | ||
"up": "./cli.js" | ||
}, | ||
"pkg": { | ||
"assets": "assets/*" | ||
}, | ||
"author": "Muthu Kumar (@MKRhere)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/codefeathers/up-serve/issues" | ||
}, | ||
"homepage": "https://github.com/codefeathers/up-serve#readme", | ||
"dependencies": { | ||
"chalk": "2.3.0", | ||
"commander": "2.11.0", | ||
"fs-extra": "^4.0.2", | ||
"prettyjson": "^1.2.1", | ||
"readline-sync": "^1.4.7", | ||
"shelljs": "^0.7.8" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.10.0" | ||
} | ||
"name": "up-serve", | ||
"version": "0.3.1", | ||
"description": "A cli tool to quickly create and manage nginx server blocks.", | ||
"main": "lib.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "node ./build/fetchTLDS" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/codefeathers/up-serve.git" | ||
}, | ||
"keywords": [ | ||
"up", | ||
"serve", | ||
"nginx", | ||
"server", | ||
"block" | ||
], | ||
"bin": { | ||
"up": "./cli.js" | ||
}, | ||
"pkg": { | ||
"assets": "assets/*" | ||
}, | ||
"author": "Muthu Kumar (@MKRhere)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/codefeathers/up-serve/issues" | ||
}, | ||
"homepage": "https://github.com/codefeathers/up-serve#readme", | ||
"dependencies": { | ||
"chalk": "2.3.0", | ||
"commander": "2.11.0", | ||
"fs-extra": "^4.0.2", | ||
"prettyjson": "^1.2.1", | ||
"readline-sync": "^1.4.7", | ||
"save": "^2.3.2", | ||
"shelljs": "^0.7.8" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.19.1" | ||
} | ||
} |
@@ -13,3 +13,3 @@ <br /><br /><br /><br /><br /> | ||
> Current version: `up v.0.3.0 (Alpha)` | ||
> Current version: `up v.0.3.1 (Alpha)` | ||
@@ -67,8 +67,4 @@ > Notes: `up` is now in Alpha! 🎉 [(Changelog)](/docs/Changelog.md)\ | ||
<br /><br /> | ||
--- | ||
<br /><br /> | ||
<h2 align="center">Meta</h2> | ||
@@ -75,0 +71,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
2764240
38
1977
7
75
+ Addedsave@^2.3.2
+ Addedasync@3.2.6(transitive)
+ Addedduplexer@0.1.2(transitive)
+ Addedevent-stream@4.0.1(transitive)
+ Addedfrom@0.1.7(transitive)
+ Addedlodash.assign@4.2.0(transitive)
+ Addedmap-stream@0.0.7(transitive)
+ Addedmingo@6.4.15(transitive)
+ Addedpause-stream@0.0.11(transitive)
+ Addedsave@2.9.0(transitive)
+ Addedsplit@1.0.1(transitive)
+ Addedstream-combiner@0.2.2(transitive)
+ Addedthrough@2.3.8(transitive)