From c9d3f4931d821444fbf8dea47aae791fe840fcd6 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Tue, 14 Sep 2021 16:48:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20crypto?= =?UTF-8?q?-pro-js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/script-tag/package.json | 2 +- examples/script-tag/public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/script-tag/package.json b/examples/script-tag/package.json index adffd26..2cce490 100644 --- a/examples/script-tag/package.json +++ b/examples/script-tag/package.json @@ -4,7 +4,7 @@ "description": "Пример использования пакета crypto-pro через тэг script", "private": true, "scripts": { - "link-library": "symlink-dir ./node_modules/crypto-pro/dist ./public/dist", + "link-library": "symlink-dir ./node_modules/crypto-pro-js/dist ./public/dist", "serve": "static --host-address localhost --port 8080 public", "start": "npm run link-library && npm run serve" }, diff --git a/examples/script-tag/public/index.html b/examples/script-tag/public/index.html index e1f0eef..35b250a 100755 --- a/examples/script-tag/public/index.html +++ b/examples/script-tag/public/index.html @@ -82,7 +82,7 @@ - +