Skip to content

Commit ef24dc1

Browse files
Uninstall Yargs
1 parent e0b61ea commit ef24dc1

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.travis/spago--install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cd ../../
6666

6767
cd 22-Projects/
6868
pwd
69-
npm install benchmark yargs
69+
npm install benchmark
7070
spago install
7171
cd ../
7272

22-Projects/ReadMe.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Since this folder includes bindings to JS libraries, we need to install them via
7171

7272
```bash
7373
# Benchmark.js - https://benchmarkjs.com/
74-
# Yargs.js - http://yargs.js.org/
75-
npm install benchmark yargs
74+
npm install benchmark
7675
```
7776

7877
2. Build the folder's contents using `spago`, which will also install the PS libraries

22-Projects/spago.dhall

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ You can edit this file as you like.
3333
, "tree"
3434
, "unicode"
3535
, "variant"
36-
, "yargs"
3736
]
3837
, packages =
3938
./packages.dhall

for-each-folder--install-deps-and-compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ cd 22-Projects/
108108
pwd
109109
rm -rf output/ .spago/
110110
rm -rf .psc-package/ .pulp-cache/ .psc-package.json
111-
npm install benchmark yargs
111+
npm install benchmark
112112
spago build -p "benchmark/**/*.purs"
113113

114114
# Node-based tests

0 commit comments

Comments
 (0)