Update package.json

This commit is contained in:
Sergey Schekhovtsov 2025-05-21 15:13:32 +03:00 committed by GitHub
parent 257848646a
commit abad92c50e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{
"name": "crypto-pro-js-m",
"version": "1.0.1",
"version": "1.0.2",
"description": "Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/crypto-pro-web/crypto-pro-js",
"main": "./lib/crypto-pro-js-m.js",
"types": "./lib/crypto-pro-js-m.d.ts",
@ -89,6 +89,6 @@
"webpack-cli": "^3.3.12"
},
"engines": {
"node": "~16"
"node": ">=16"
}
}