Skip to content

Commit f5d9ce3

Browse files
Merge branch 'w/1.3/bugfix/HD-4098' into w/1/bugfix/HD-4098
2 parents 2a64fc7 + 0312453 commit f5d9ce3

File tree

10 files changed

+5
-3
lines changed

10 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
**.d.ts linguist-generated=true
2-
**.js linguist-generated=true
1+
lib/** linguist-generated=true

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release
2+
run-name: Release ${{ github.event.inputs.tag }}
23

34
on:
45
workflow_dispatch:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
},
66
"version": "1.4.0-dev",
77
"description": "Hyperdrive appliance client library",
8-
"main": "index.js",
8+
"main": "lib/index.js",
9+
"types": "lib/index.d.ts",
910
"scripts": {
1011
"clinic": "clinic ",
1112
"build": "tsc --strict ",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"outDir": "./lib",
34
"declaration": true,
45
"allowJs": true,
56
"target": "es2016",

0 commit comments

Comments
 (0)