feature/type-declarations #2

Merged
jackhadrill merged 10 commits from feature/type-declarations into master 2022-02-05 22:57:49 +00:00
Showing only changes of commit b4858a84d9 - Show all commits

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "An implementation of the Romulus-M cryptography specification.",
"main": "index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"lint": "ts-standard",
"test": "jest",