Skip to content

Commit 4150eeb

Browse files
committed
v1.0.1
1 parent a3461eb commit 4150eeb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "@cresteem/hawk-js",
33
"displayName": "Hawk JS",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Hawk JS: Generate and submit sitemap.xml and robot.txt to search engines with a command.",
66
"main": "./dist/hawk.js",
77
"exports": {
88
"import": "./dist/hawk.js",
99
"require": "./dist/hawk.js",
1010
"types": "./dist/types/hawk.d.ts"
1111
},
12+
"files": [
13+
"dist"
14+
],
15+
"directories": {
16+
"lib": "./dist/lib"
17+
},
1218
"engines": {
1319
"node": ">=21.7.3",
1420
"npm": ">=10.5.0"
@@ -82,4 +88,4 @@
8288
"typescript": "5.4.5",
8389
"xsd-schema-validator": "^0.9.0"
8490
}
85-
}
91+
}

0 commit comments

Comments
 (0)