Skip to content

Commit

Permalink
Update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmstark committed Apr 15, 2020
1 parent c491b32 commit 774d3d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is written to be a whitelist instead of a blacklist. Start by
# 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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Stark Bank S.A.
Copyright (c) 2020 Stark Bank S.A.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkbank-ecdsa",
"version": "0.0.2",
"version": "1.0.0",
"description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 774d3d5

Please sign in to comment.