Add typings location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-01-31 00:35:30 +00:00
parent 1757d7961a
commit b4858a84d9

View File

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