Skip to content

Commit 50e0c8a

Browse files
committed
chore: update all dependencies and switch to yarn
1 parent e1a1586 commit 50e0c8a

10 files changed

Lines changed: 4116 additions & 5842 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ stages:
88

99
language: node_js
1010
node_js:
11-
- '6'
12-
- '8'
1311
- '10'
12+
- '12'
13+
- '14'
1414
after_success:
15-
- npm run coverage
16-
- npm run build:docs
15+
- yarn run coverage
16+
- yarn run build:docs
1717

1818
notifications:
1919
webhooks:

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"npm.packageManager": "yarn"
3+
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ More examples are available in [src/examples/](https://github.com/luggage66/Spra
4848
## Building / Running examples
4949

5050
```sh
51-
npm install
52-
npm run build
53-
npm run test
51+
yarn install
52+
yarn run build
53+
yarn run test
5454
```
5555

5656
To run as example
5757

5858
```sh
59-
npm run build && node dist/examples/sql
59+
yarn run build && node dist/examples/sql
6060
```
6161

6262
Is VSCode, just run task "npm: install", then F5 to run.

0 commit comments

Comments
 (0)