diff --git a/package.json b/package.json index 612fbd7..a3bef8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cresteem/hawk-js", "displayName": "Hawk JS", - "version": "1.0.0", + "version": "1.0.1", "description": "Hawk JS: Generate and submit sitemap.xml and robot.txt to search engines with a command.", "main": "./dist/hawk.js", "exports": { @@ -9,6 +9,12 @@ "require": "./dist/hawk.js", "types": "./dist/types/hawk.d.ts" }, + "files": [ + "dist" + ], + "directories": { + "lib": "./dist/lib" + }, "engines": { "node": ">=21.7.3", "npm": ">=10.5.0" @@ -82,4 +88,4 @@ "typescript": "5.4.5", "xsd-schema-validator": "^0.9.0" } -} \ No newline at end of file +}