Skip to content

Commit 59ddb4b

Browse files
author
OpenExchangeAPI
committed
no message
1 parent b9cc1ea commit 59ddb4b

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GitHub Release JS SDK
2-
run-name: Publishing Release ${{ github.event.inputs.version || github.ref_name }}
2+
run-name: github release ${{ github.event.inputs.version || github.ref_name }}
33

44
on:
55
push:
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"files": [
3030
"src"
3131
],
32+
"exports": {
33+
".": {
34+
"import": "./src/oex.js"
35+
}
36+
},
3237
"scripts": {
3338
"dev": "npx http-server ./examples",
3439
"test": "echo \"No tests yet\""

0 commit comments

Comments
 (0)