diff --git a/package.json b/package.json index a146971..f32294d 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "author": "Alex Potsides ", "homepage": "https://github.com/achingbrain/uint8arrays", "bugs": "https://github.com/achingbrain/uint8arrays/issues", - "types": "dist/src/index.d.ts", + "types": "dist/index.d.ts", "typesVersions": { "*": { - "src/*": [ - "dist/src/*", - "dist/src/*/index" + "*": [ + "dist/*", + "dist/*/index" ] } }, @@ -24,14 +24,15 @@ "to-string.js", "dist/*.ts", "dist/*.map", - "dist/*.js" + "dist/*.js", + "tsconfig.json" ], "repository": { "type": "git", "url": "https://github.com/achingbrain/uint8arrays.git" }, "scripts": { - "prepare": "aegir ts -p check", + "prepare": "aegir ts -p types", "test": "aegir test", "lint": "aegir lint", "release": "aegir release --docs", @@ -51,6 +52,7 @@ "contributors": [ "achingbrain ", "Cayman ", - "Rafael Ramalho " + "Rafael Ramalho ", + "Irakli Gozalishvili " ] }