From dd5ab8098efd243faa59d4ac49d4b708245f5e8a Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 28 Apr 2014 14:25:34 -0700 Subject: [PATCH] Use consistent version pattern Use `^Z` `^Z.Z` or `^Z.Z.Z` --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 86100db8a..b6aa6f09e 100644 --- a/package.json +++ b/package.json @@ -20,39 +20,39 @@ "clear-cut": "0.4.0", "coffee-script": "1.7.0", "coffeestack": "0.7.0", - "delegato": "1.x", + "delegato": "^1", "emissary": "^1.2.1", "first-mate": "^1.5.2", "fs-plus": "^2.2.2", "fstream": "0.1.24", - "fuzzaldrin": "~1.1", + "fuzzaldrin": "^1.1", "git-utils": "^1.2.2", "grim": "0.10.0", "guid": "0.0.10", "jasmine-tagged": "^1.1.1", "less-cache": "0.12.0", - "mixto": "1.x", + "mixto": "^1", "mkdirp": "0.3.5", "nslog": "0.5.0", "oniguruma": "^1.0.6", "optimist": "0.4.0", "pathwatcher": "^1.2.1", - "property-accessors": "1.x", + "property-accessors": "^1", "q": "^1.0.1", "random-words": "0.0.1", "react": "^0.10.0", "reactionary": "^0.8.0", - "runas": "0.5.x", + "runas": "^0.5", "scandal": "0.15.2", "scoped-property-store": "^0.8.0", "scrollbar-style": "^0.1.0", "season": "^1.0.2", "semver": "1.1.4", - "serializable": "1.x", + "serializable": "^1", "space-pen": "3.1.1", "temp": "0.5.0", "text-buffer": "^2.2.0", - "theorist": "1.x", + "theorist": "^1", "underscore-plus": "^1.2.1", "vm-compatibility-layer": "0.1.0" },