@ -8,7 +8,7 @@
# up
> Current version: `up v.0.1.2 (Pre-Alpha)`
> Current version: `up v.0.1.3 (Pre-Alpha)`
> Notes: `up` has landed in pre-alpha! 🎉 Changelog will be added from `up v.0.2.0` [(Alpha/MVP)](Roadmap.md)\
> ⚠️ ❌ `up` is still not ready for use yet! Do not attempt to use this in development or production until alpha!
@ -78,6 +78,6 @@ try {
exec("nginx -t && service reload nginx");
}
catch {
catch (e) {
console.log("nginx configuration failed! Unable to reload nginx. Check configuration manually!")
@ -1,6 +1,6 @@
{
"name": "up-serve",
"version": "0.1.2",
"version": "0.1.3",
"description": "A cli tool to quickly create and manage nginx server blocks.",
"main": "index.js",
"scripts": {