Skip to content

Commit 774d3d5

Browse files
committed
Update to v1.0.0
1 parent c491b32 commit 774d3d5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is written to be a whitelist instead of a blacklist. Start by
22
# ignoring everything, then add back the files we want to be included in the
33
# final NPM package.
4+
45
*
56

67
# And these are the files that are allowed.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Stark Bank S.A.
3+
Copyright (c) 2020 Stark Bank S.A.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starkbank-ecdsa",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)