@paladen/config
Advanced tools
Comparing version 0.0.66 to 0.0.67
@@ -26,5 +26,3 @@ 'use strict'; | ||
var setConfig = function setConfig(newConfig) { | ||
config = _objectSpread({}, config, { | ||
newConfig: newConfig | ||
}); | ||
config = _objectSpread({}, config, {}, newConfig); | ||
}; | ||
@@ -31,0 +29,0 @@ var config$1 = config; |
{ | ||
"name": "@paladen/config", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
"repository": "https://github.com/samstr/paladen", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "ea9bb0b909baec0076e08440612d1307c720cc73" | ||
"gitHead": "5b0ab93fd7e51f5cd94d49bdce69712454a8b75e" | ||
} |
1907
29