object-config-for-smart-setter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "object-config-for-smart-setter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -11,3 +11,8 @@ "main": "index.js", | ||
"author": "Marcello Sachs <marcello.sachs@gmail.com> (https://github.com/marcellosachs)", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.13.2", | ||
"babel-preset-es2015": "^6.13.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
export default { | ||
const objectConfig = { | ||
get: (obj, propKey) => { | ||
@@ -26,1 +26,3 @@ return obj[propKey] | ||
} | ||
export default objectConfig |
2041
5
57
3