Skip to content

Commit 893dc15

Browse files
Merge pull request #2 from qavajs/initial-implementation
fixed publish config
2 parents e9a2f16 + 238b442 commit 893dc15

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
publish-npm:
12-
needs: build
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v2

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"compilerOptions": {
1111
"baseUrl": ".",
12-
"target": "esnext",
12+
"target": "es2016",
1313
"module": "commonjs",
1414
"moduleResolution": "node",
1515
"outDir": "./lib",

0 commit comments

Comments
 (0)