Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 20, 2024
1 parent 1a10aea commit 06fda38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand Down

0 comments on commit 06fda38

Please sign in to comment.