Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 36aabbf

Browse files
committed
Exclude build configs from the package
1 parent 2ed098e commit 36aabbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ node_modules
2222

2323
# Build configurations
2424
/.*
25+
/*.cjs
2526
/*.js
26-
/ts*.json
27-
/typedoc.json
27+
/*.json
2828

2929
# Package lock
3030
/yarn.lock

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
}
5252
},
5353
"dependencies": {
54-
"@hatsy/hten": "^1.1.0",
55-
"@hatsy/http-header-value": "^3.5.0",
54+
"@hatsy/hten": "^1.1.1",
55+
"@hatsy/http-header-value": "^3.5.1",
5656
"@proc7ts/primitives": "^1.4.0"
5757
},
5858
"engines": {

0 commit comments

Comments
 (0)