Skip to content

Commit

Permalink
chore(deps): Add explicit dev dependency 'touch'
Browse files Browse the repository at this point in the history
```sh
npx lerna add --dev --no-bootstrap touch $(rg -l touch --glob '*.test.ts' | cut -d'/' -f 1-2)
```
  • Loading branch information
evocateur committed Dec 4, 2019
1 parent 0a0316d commit 833df52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pectin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"devDependencies": {
"tacks": "^1.3.0",
"tempy": "^0.3.0",
"touch": "^3.1.0",
"ts-jest": "^24.2.0"
}
}

0 comments on commit 833df52

Please sign in to comment.