Skip to content

Commit 2f107f9

Browse files
committed
Update dependencies
1 parent 2ad14f5 commit 2f107f9

2 files changed

Lines changed: 150 additions & 152 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ test:
55
npm test
66

77
update:
8-
rm -rf node_modules
9-
rm package-lock.json
8+
rm -r node_modules package-lock.json
109
npm install
11-
npm audit
1210

1311
lock:
1412
npm install --package-lock-only

0 commit comments

Comments
 (0)