@@ -415,23 +415,19 @@ console.log(devices)
415
415
### Quickstart
416
416
417
417
```
418
-
419
418
$ git clone https://github.com/seamapi/javascript-http.git
420
419
$ cd javascript-http
421
420
$ nvm install
422
421
$ npm install
423
422
$ npm run test:watch
424
-
425
423
```
426
424
427
425
Primary development tasks are defined under ` scripts ` in ` package.json `
428
426
and available via ` npm run ` .
429
427
View them with
430
428
431
429
```
432
-
433
430
$ npm run
434
-
435
431
```
436
432
437
433
### Source code
@@ -440,9 +436,7 @@ The [source code] is hosted on GitHub.
440
436
Clone the project with
441
437
442
438
```
443
-
444
439
$ git clone [email protected] :seamapi/javascript-http.git
445
-
446
440
```
447
441
448
442
[ source code ] : https://github.com/seamapi/javascript-http
@@ -455,25 +449,19 @@ Be sure that all commands run under the correct Node version, e.g.,
455
449
if using [ nvm] , install the correct version with
456
450
457
451
```
458
-
459
452
$ nvm install
460
-
461
453
```
462
454
463
455
Set the active version for each shell session with
464
456
465
457
```
466
-
467
458
$ nvm use
468
-
469
459
```
470
460
471
461
Install the development dependencies with
472
462
473
463
```
474
-
475
464
$ npm install
476
-
477
465
```
478
466
479
467
[ Node.js ] : https://nodejs.org/
@@ -499,9 +487,7 @@ The `version` input will be passed as the first argument to [npm-version].
499
487
This may be done on the web or using the [ GitHub CLI] with
500
488
501
489
```
502
-
503
490
$ gh workflow run version.yml --raw-field version=<version>
504
-
505
491
```
506
492
507
493
[ GitHub CLI ] : https://cli.github.com/
@@ -558,7 +544,3 @@ loss of use, data, or profits; or business interruption) however caused and on
558
544
any theory of liability, whether in contract, strict liability, or tort
559
545
(including negligence or otherwise) arising in any way out of the use of this
560
546
software, even if advised of the possibility of such damage.
561
-
562
- ```
563
-
564
- ```
0 commit comments