diff --git a/package.json b/package.json index c6280b1..c50d3cc 100644 --- a/package.json +++ b/package.json @@ -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",