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

Commit 6f0028e

Browse files
authored
Specify version range for @types/fs-capacitor (#3)
The types have been removed from DefinitelyTyped in DefinitelyTyped/DefinitelyTyped#62785 Version 8.0.0 is the stub package, and version 2.0.0 is the only other version that exists, so pinning this version should not mess up any dependency tree and just fix the type problem.
1 parent 2720cc9 commit 6f0028e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@types/express": "*",
38-
"@types/fs-capacitor": "*",
38+
"@types/fs-capacitor": "^2.0.0",
3939
"@types/koa": "*",
4040
"busboy": "^0.3.1",
4141
"fs-capacitor": "^2.0.4",

0 commit comments

Comments
 (0)