Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 25e935c

Browse files
fix: move execa to prod dep (#182)
1 parent e6d2522 commit 25e935c

File tree

2 files changed

+17
-57
lines changed

2 files changed

+17
-57
lines changed

package-lock.json

+16-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
},
3737
"devDependencies": {
3838
"cypress": "^5.1.0",
39-
"execa": "^4.1.0",
4039
"folder-hash": "^3.3.3",
4140
"husky": "^4.3.0",
4241
"jest": "^26.4.2",
@@ -51,6 +50,7 @@
5150
"chokidar": "^3.5.1",
5251
"commander": "^6.0.0",
5352
"debounce-fn": "^4.0.0",
53+
"execa": "^4.1.0",
5454
"fs-extra": "^9.0.1",
5555
"jimp": "^0.16.1"
5656
},

0 commit comments

Comments
 (0)