Skip to content

Commit 1b9e4c3

Browse files
committed
Move from Yarn to pnpm
1 parent 7bb8d0d commit 1b9e4c3

File tree

5 files changed

+3651
-3407
lines changed

5 files changed

+3651
-3407
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules/
2-
yarn-error.log
32

43
coverage/

.npmignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
yarn-error.log
2-
yarn.lock
3-
41
test/
52
coverage/
6-
.github/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
cache: yarn
2+
cache: pnpm
33
node_js:
44
- node
55
- "14"

0 commit comments

Comments
 (0)