mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use terser ^ instead of >= < style ranges
This commit is contained in:
committed by
Ivan Zuzak
parent
556cdfd300
commit
cf60b1fde3
@@ -22,13 +22,13 @@
|
||||
"coffeestack": "0.7.0",
|
||||
"delegato": "1.x",
|
||||
"emissary": "^1.2",
|
||||
"first-mate": ">=1.4.2 <2.0",
|
||||
"first-mate": "^1.4.2",
|
||||
"fs-plus": "^2.2",
|
||||
"fstream": "0.1.24",
|
||||
"fuzzaldrin": "~1.1",
|
||||
"git-utils": "^1.2.1",
|
||||
"guid": "0.0.10",
|
||||
"jasmine-tagged": ">=1.1.1 <2.0",
|
||||
"jasmine-tagged": "^1.1.1",
|
||||
"keytar": "1.x",
|
||||
"less-cache": "0.12.0",
|
||||
"mixto": "1.x",
|
||||
@@ -44,7 +44,7 @@
|
||||
"scandal": "0.15.2",
|
||||
"scoped-property-store": "^0.7.0",
|
||||
"scrollbar-style": "^0.1.0",
|
||||
"season": ">=1.0.2 <2.0",
|
||||
"season": "^1.0.2",
|
||||
"semver": "1.1.4",
|
||||
"serializable": "1.x",
|
||||
"space-pen": "3.1.1",
|
||||
|
||||
Reference in New Issue
Block a user