We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a407 commit c491b32Copy full SHA for c491b32
.gitignore
@@ -3,3 +3,4 @@
3
*.pem
4
privateKey.pem
5
publicKey.pem
6
+.idea
.npmignore
@@ -0,0 +1,10 @@
1
+# This file is written to be a whitelist instead of a blacklist. Start by
2
+# ignoring everything, then add back the files we want to be included in the
+# final NPM package.
+*
+
+# And these are the files that are allowed.
7
+!/LICENSE
8
+!/README.md
9
+!/package.json
10
+!/ellipticcurve/**/*
package.json
@@ -1,6 +1,6 @@
{
"name": "starkbank-ecdsa",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
"main": "index.js",
"directories": {
0 commit comments