From 2f5e195c914e6d0c4082a621c125d95e73d14f45 Mon Sep 17 00:00:00 2001 From: groovecoder Date: Mon, 19 Jun 2017 14:15:29 -0500 Subject: [PATCH] for #498: use local node_modules/.bin/json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e226aad..9c2ab39 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lint:html": "htmllint webextension/*.html", "lint:js": "eslint .", "package": "npm run build && mv testpilot-containers.xpi addon.xpi", - "package-shield": "json -I -f package.json -e 'this.name=\"shield-study-containers\"' && jpm xpi && json -I -f package.json -e 'this.name=\"testpilot-containers\"'", + "package-shield": "./node_modules/.bin/json -I -f package.json -e 'this.name=\"shield-study-containers\"' && jpm xpi && ./node_modules/.bin/json -I -f package.json -e 'this.name=\"testpilot-containers\"'", "test": "npm run lint" }, "updateURL": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"