From f539c7251ac0ee539a3c0485b627aa1d59b6a818 Mon Sep 17 00:00:00 2001 From: misanet Date: Tue, 16 Jun 2020 16:23:53 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1022751c..437e8db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "scripts": { - "postinstall": "bash libs.sh", + "postinstall": "bash ./libs.sh", "lint": "eslint ./src", "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" },