Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 20, 2024
1 parent a3461eb commit 4150eeb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"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": {
"import": "./dist/hawk.js",
"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"
Expand Down Expand Up @@ -82,4 +88,4 @@
"typescript": "5.4.5",
"xsd-schema-validator": "^0.9.0"
}
}
}

0 comments on commit 4150eeb

Please sign in to comment.