From 0bfcf8f86647d2289fdffd1b199677fc353985a7 Mon Sep 17 00:00:00 2001 From: streamich Date: Fri, 18 Dec 2020 18:29:09 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20use=20binary=20paths=20in?= =?UTF-8?q?=20/bin=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1b16765507..610902b787 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "main": "lib/index.js", "module": "esm/index.js", "bin": { - "json-pointer": "./es6/json-cli/json-pointer.js", - "json-pointer-test": "./es6/json-cli/json-pointer-test.js", - "json-patch": "./es6/json-cli/json-patch.js", - "json-patch-test": "./es6/json-cli/json-patch-test.js" + "json-pointer": "./bin/json-pointer.js", + "json-pointer-test": "./bin/json-pointer-test.js", + "json-patch": "./bin/json-patch.js", + "json-patch-test": "./bin/json-patch-test.js" }, "files": [ "lib/",