Dependency update: object-path
This commit is contained in:
Родитель
0e121b70ac
Коммит
708edd36b3
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "painless-config",
|
||||
"version": "0.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"object-path": {
|
||||
"version": "0.11.5",
|
||||
"resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz",
|
||||
"integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg=="
|
||||
},
|
||||
"walk-back": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/walk-back/-/walk-back-1.1.1.tgz",
|
||||
"integrity": "sha1-DfjRGOMrSyhORDp50jCwBmksrnU="
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "painless-config",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Low friction library for application configuration.",
|
||||
"main": "index.js",
|
||||
"types": "./lib/painless-config.d.ts",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"object-path": "^0.11.5",
|
||||
"object-path": "0.11.5",
|
||||
"walk-back": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче