Update main and types
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-01-31 01:03:18 +00:00
parent e6568a8b00
commit 338cb017f2

View File

@ -2,8 +2,8 @@
"name": "romulus-js", "name": "romulus-js",
"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": "dist/index.js",
"types": "index", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"lint": "ts-standard", "lint": "ts-standard",
"test": "jest", "test": "jest",