Поправил пример для работы с crypto-pro-js

This commit is contained in:
Artem Vasilev 2021-09-14 16:48:39 +03:00
parent 52f4ba1647
commit c9d3f4931d
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -82,7 +82,7 @@
<script src="polyfills/find.js"></script>
<!-- Библиотека -->
<script src="dist/crypto-pro.js"></script>
<script src="dist/crypto-pro-js.js"></script>
<!-- Полифиллы для работы демо скриптов -->
<script src="polyfills/atob-btoa.js"></script>