ta-app-config
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -59,4 +59,4 @@ /** | ||
development: createLocation({ subdomain: 'local', port: 3030 }), | ||
production: createLocation({ subdomain: 'countappula' }), | ||
staging: createLocation({ subdomain: 'staging-countappula' }), | ||
production: createLocation({ protocol: 'https:', subdomain: 'countappula' }), | ||
staging: createLocation({ protocol: 'https:', subdomain: 'staging-countappula' }), | ||
}, | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "ta-app-config", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "TA platform utils for node.js and the browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3425
1
2
2
0