feature/type-declarations #1

Merged
jackhadrill merged 9 commits from feature/type-declarations into master 2022-01-31 01:08:06 +00:00
1 changed files with 1 additions and 0 deletions
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",