@aofl/server-environment
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@aofl/server-environment", | ||
"version": "1.2.0", | ||
"description": "", | ||
"version": "1.2.1", | ||
"description": "Helps determine dev, stage, prod environments based on hostname", | ||
"main": "index.js", | ||
@@ -9,2 +9,9 @@ "scripts": { | ||
}, | ||
"keywords": [ | ||
"aofljs", | ||
"@aofl/server-environment", | ||
"server environment", | ||
"server", | ||
"environment" | ||
], | ||
"repository": { | ||
@@ -15,3 +22,7 @@ "type": "git", | ||
"author": "Arian Khosravi <arian.khosravi@aofl.com>", | ||
"contributors": [ | ||
"Daniel Belisle <daniel.belisle@aofl.com>", | ||
"Micah Blu <micah.blu@aofl.com>" | ||
], | ||
"license": "MIT" | ||
} |
3747