feature/type-declarations (#1)

Co-authored-by: Jack Hadrill <jack@hadrill.co.uk>
Reviewed-on: https://git.jacknet.io/TerribleCodeClub/romulus-js/pulls/1
Co-authored-by: Jack Hadrill <jackhadrill@git.jacknet.io>
Co-committed-by: Jack Hadrill <jackhadrill@git.jacknet.io>
This commit is contained in:
Jack Hadrill
2022-01-31 01:08:05 +00:00
parent d77b54a2f8
commit 8718556a6f
2 changed files with 10 additions and 4 deletions

View File

@@ -2,11 +2,13 @@
"name": "romulus-js",
"version": "1.0.0",
"description": "An implementation of the Romulus-M cryptography specification.",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "ts-standard",
"test": "jest",
"build": "tsc"
"build": "tsc",
"postinstall": "tsc"
},
"repository": {
"type": "git",