Skip to content

Commit f1b8d24

Browse files
pedrobrancojoaopaulofonseca
authored andcommitted
Remove Babel and dist files
1 parent 3886ffc commit f1b8d24

31 files changed

+133
-1806
lines changed

.babelrc

Lines changed: 0 additions & 17 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
CHANGELOG.md
22
coverage
3-
dist
43
node_modules
54
npm-debug.log

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: [ 6, 8, 10, 12, 14, 16, 18 ]
10+
node: [ 7, 8, 10, 12, 14, 16, 18 ]
1111
name: Node ${{ matrix.node }}
1212
steps:
1313
- name: Checkout

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.babelrc
21
.dockerignore
32
.eslintrc.yml
43
.gitattributes

dist/src/errors/rpc-error.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

dist/src/errors/standard-error.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)