We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3461eb commit 4150eebCopy full SHA for 4150eeb
package.json
@@ -1,14 +1,20 @@
1
{
2
"name": "@cresteem/hawk-js",
3
"displayName": "Hawk JS",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description": "Hawk JS: Generate and submit sitemap.xml and robot.txt to search engines with a command.",
6
"main": "./dist/hawk.js",
7
"exports": {
8
"import": "./dist/hawk.js",
9
"require": "./dist/hawk.js",
10
"types": "./dist/types/hawk.d.ts"
11
},
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "directories": {
16
+ "lib": "./dist/lib"
17
+ },
18
"engines": {
19
"node": ">=21.7.3",
20
"npm": ">=10.5.0"
@@ -82,4 +88,4 @@
82
88
"typescript": "5.4.5",
83
89
"xsd-schema-validator": "^0.9.0"
84
90
}
85
-}
91
+}
0 commit comments