Skip to content

Commit

Permalink
Exclude build configs from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Nov 10, 2020
1 parent 2ed098e commit 36aabbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ node_modules

# Build configurations
/.*
/*.cjs
/*.js
/ts*.json
/typedoc.json
/*.json

# Package lock
/yarn.lock
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
}
},
"dependencies": {
"@hatsy/hten": "^1.1.0",
"@hatsy/http-header-value": "^3.5.0",
"@hatsy/hten": "^1.1.1",
"@hatsy/http-header-value": "^3.5.1",
"@proc7ts/primitives": "^1.4.0"
},
"engines": {
Expand Down

0 comments on commit 36aabbf

Please sign in to comment.