Skip to content

Commit 42b5bb4

Browse files
authored
Merge pull request #4 from IBM/fixes/3-installation-issue
Fixes/3 installation issue
2 parents 528bc80 + 370cabb commit 42b5bb4

File tree

4 files changed

+453
-1408
lines changed

4 files changed

+453
-1408
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ doc/
44
coverage/
55
dist/
66
node_modules/
7-
examples/**/node_modules/
7+
example/**/node_modules/
8+
example/
89

910
test/resources/auth.js
1011
# ignore emitted js

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ branches:
88
- main
99

1010
node_js:
11-
- 10
1211
- 12
12+
- 14
1313

1414
# before_install:
1515
# - 'openssl aes-256-cbc -K $my_key -iv $my_iv -in myservice.env.enc -out myservice.env -d || true'
@@ -29,10 +29,10 @@ after_success:
2929
- npm run report-coverage
3030

3131
# To enable semantic-release, uncomment this section.
32-
# deploy:
33-
# - provider: script
34-
# skip_cleanup: true
35-
# script: npx semantic-release
36-
# on:
37-
# node: 12
38-
# branch: master
32+
deploy:
33+
- provider: script
34+
skip_cleanup: true
35+
script: npx semantic-release
36+
on:
37+
node: 12
38+
branch: main

0 commit comments

Comments
 (0)