diff --git a/package.json b/package.json index db9251a..a07ddfc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "license": "MIT", "author": "Sefinek (https://sefinek.net)", "main": "index.js", - "types": "./index.d.ts", + "typings": "./index.d.ts", "scripts": { "test": "jest test", "up": "ncu -u && npm install && npm update && npm audit fix"