Skip to content

Commit 9bd35ca

Browse files
authored
Merge pull request #2 from es-tooling/fixup-dts
Fix `files` in published package
2 parents 75a8359 + 0a0a548 commit 9bd35ca

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "nested-querystring",
33
"description": "A small utility to create nested query strings",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "James Garbutt (https://github.com/43081j)",
66
"files": [
77
"dist/**/*.js",
8+
"dist/**/*.d.ts",
89
"!/dist/node_modules",
910
"!/dist/esm/test",
1011
"!/dist/commonjs/test"
1112
],
1213
"bugs": {
13-
"url": "https://github.com/43081j/nested-querystring/issues"
14+
"url": "https://github.com/es-tooling/nested-querystring/issues"
1415
},
1516
"devDependencies": {
1617
"@types/node": "^20.11.8",
@@ -21,7 +22,7 @@
2122
"tshy": "^1.11.0",
2223
"typescript": "^5.3.3"
2324
},
24-
"homepage": "https://github.com/43081j/nested-querystring",
25+
"homepage": "https://github.com/es-tooling/nested-querystring",
2526
"keywords": [
2627
"format",
2728
"qs",
@@ -31,7 +32,7 @@
3132
"license": "MIT",
3233
"repository": {
3334
"type": "git",
34-
"url": "git+https://github.com/43081j/nested-querystring.git"
35+
"url": "git+https://github.com/es-tooling/nested-querystring.git"
3536
},
3637
"scripts": {
3738
"prepare": "tshy",

0 commit comments

Comments
 (0)