Update main location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-01-31 00:37:57 +00:00
parent b4858a84d9
commit 8fe7072b83

View File

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