From 06fda38d74ed5a09c554960e40e7f315ca0f19ce Mon Sep 17 00:00:00 2001 From: DARSAN Date: Thu, 20 Jun 2024 06:48:25 +0530 Subject: [PATCH] v1.0.3 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 624f3ae..c464696 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "@cresteem/hawk-js", "displayName": "Hawk JS", - "version": "1.0.2", + "version": "1.0.3", "description": "Hawk JS: Generate and submit sitemap.xml and robot.txt to search engines with a command.", "main": "./dist/hawk.js", "exports": { - "utils": "./dist/lib/utils.js" + "import": "./dist/hawk.js", + "require": "./dist/hawk.js", + "types": "./dist/types/hawk.d.ts" }, - "types": "./dist/types/hawk.d.ts", "files": [ "dist" ],