From 8e4de2f53dfa854aadefb3b6e0d3d9518280a48c Mon Sep 17 00:00:00 2001 From: Josh Michaels <31548851+joshmossas@users.noreply.github.com> Date: Fri, 8 Apr 2022 00:16:47 -0500 Subject: [PATCH] fix path issue mac --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f84b4e..0bcb0d5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "ts-jest": "^27.1.4", "typescript": "^4.6.3" }, - "types": "./dist\\index.d.ts", + "types": "./dist/index.d.ts", "description": "This is a node library allowing you to generate sitemaps from a Typesense collection. It is inspired by [algolia-sitemap](https://github.com/algolia/algolia-sitemap).", "bugs": { "url": "https://github.com/adviise/typesense-sitemap/issues"