Skip to content

Commit

Permalink
Merge pull request #2 from es-tooling/fixup-dts
Browse files Browse the repository at this point in the history
Fix `files` in published package
  • Loading branch information
43081j authored Feb 27, 2024
2 parents 75a8359 + 0a0a548 commit 9bd35ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "nested-querystring",
"description": "A small utility to create nested query strings",
"version": "1.0.0",
"version": "1.1.0",
"author": "James Garbutt (https://github.com/43081j)",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"!/dist/node_modules",
"!/dist/esm/test",
"!/dist/commonjs/test"
],
"bugs": {
"url": "https://github.com/43081j/nested-querystring/issues"
"url": "https://github.com/es-tooling/nested-querystring/issues"
},
"devDependencies": {
"@types/node": "^20.11.8",
Expand All @@ -21,7 +22,7 @@
"tshy": "^1.11.0",
"typescript": "^5.3.3"
},
"homepage": "https://github.com/43081j/nested-querystring",
"homepage": "https://github.com/es-tooling/nested-querystring",
"keywords": [
"format",
"qs",
Expand All @@ -31,7 +32,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/43081j/nested-querystring.git"
"url": "git+https://github.com/es-tooling/nested-querystring.git"
},
"scripts": {
"prepare": "tshy",
Expand Down

0 comments on commit 9bd35ca

Please sign in to comment.