@root/keypairs
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@root/keypairs", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers", | ||
@@ -23,3 +23,3 @@ "main": "keypairs.js", | ||
"type": "git", | ||
"url": "https://git.rootprojects.org/root/csr.js.git" | ||
"url": "https://github.com/therootcompany/keypairs.js.git" | ||
}, | ||
@@ -26,0 +26,0 @@ "keywords": [ |
@@ -148,4 +148,9 @@ # @root/keypairs | ||
npm install --save-dev webpack@5 | ||
npx webpack | ||
ls dist/ | ||
# Or, if webpack 5 is still in beta: npm install --save-dev webpack@next | ||
npm install --save-dev webpack-cli | ||
npx webpack --mode=production | ||
ls dist/main.js | ||
``` | ||
@@ -152,0 +157,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69581
376