Compare commits

..

No commits in common. "9cf25a666655b823992bd3dc0cff69a306d5e10b" and "cd4698d73bbad83bba3466ec6c46884bbbbd8a5c" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/helpers", "name": "@tp/helpers",
"version": "2.3.1", "version": "2.3.0",
"description": "", "description": "",
"main": "closest.js", "main": "closest.js",
"scripts": { "scripts": {

View File

@ -1,6 +1,4 @@
export const reach = (path, data) => { export const reach = (path, data) => {
if (!data) return;
const parts = path.split('.'); const parts = path.split('.');
let part; let part;
while (part = parts.shift()) { while (part = parts.shift()) {