Skip to content

Commit d44b097

Browse files
committed
add npmrc
1 parent 0871660 commit d44b097

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// @hostinger:registry=https://npm.pkg.github.com

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## hostinger-api@0.0.3
1+
## hostinger-api@0.0.4
22

33
For more information, please visit [https://developers.hostinger.com](https://developers.hostinger.com).
44

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Configuration {
4848
this.baseOptions = {
4949
...param.baseOptions,
5050
headers: {
51-
'User-Agent': "hostinger-api-typescript/0.0.3",
51+
'User-Agent': "hostinger-api-typescript/0.0.4",
5252
...param.baseOptions?.headers,
5353
},
5454
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hostinger/api",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Hostinger API TypeScript SDK",
55
"author": "Hostinger",
66
"repository": {

x.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)