Skip to content

Commit 3c1e0d8

Browse files
authored
move types to devDependencies
Should resolve issues with corrupted download mentioned in testing-library#98
1 parent 90a8ad9 commit 3c1e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.5.5",
4646
"@testing-library/dom": "^6.0.0",
47-
"@types/testing-library__cypress": "^5.0.0"
4847
},
4948
"devDependencies": {
49+
"@types/testing-library__cypress": "^5.0.0",
5050
"cypress": "3.4.1",
5151
"kcd-scripts": "^1.5.2",
5252
"npm-run-all": "^4.1.2",

0 commit comments

Comments
 (0)