diff --git a/package.json b/package.json index b4729f7..df18aa1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "typings": "types/index.d.ts", "files": [ "dist", - "src" + "src", + "types" ], "scripts": { "prepublishOnly": "npm test && npm run build",