diff --git a/package-lock.json b/package-lock.json index 44d11a9..28fdce8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nested-querystring", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nested-querystring", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^20.11.8", diff --git a/package.json b/package.json index c3b2cf6..effe5fc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",