Skip to content

Commit a270f09

Browse files
committed
feature(package) ~ -> ^
1 parent 985e732 commit a270f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"glob": "^7.1.0",
2020
"tildify": "^1.2.0",
21-
"try-catch": "~1.0.0",
22-
"untildify": "~2.1.0",
21+
"try-catch": "^1.0.0",
22+
"untildify": "^2.1.0",
2323
"win32": "^1.0.0"
2424
},
2525
"license": "MIT",

0 commit comments

Comments
 (0)