Freezes deps.
authorDavid Schoonover <dsc@wikimedia.org>
Thu, 28 Jun 2012 20:19:19 +0000 (13:19 -0700)
committerDavid Schoonover <dsc@wikimedia.org>
Thu, 28 Jun 2012 20:19:19 +0000 (13:19 -0700)
package.co
package.json

index 8763d2e..1081ae1 100644 (file)
@@ -9,33 +9,33 @@ author                          : 'David Schoonover <dsc@less.ly> (http://less.l
 # directories                   : lib: './lib', bin:'./bin', doc:'./doc', man:'./man'
 
 dependencies                    : 
-    'coco'                      : '>= 0.7.0'
-    'request'                   : '>= 2.9.0'
-    'underscore'                : '>= 1.3.3'
-    'underscore.string'         : '>= 2.1.1'
-    'seq'                       : '>= 0.3.5'
-    'hashish'                   : '>= 0.0.4'
-    'js-yaml'                   : '>= 0.3.5'
-    'minimatch'                 : '>= 0.2.5'
-    'glob'                      : '>= 3.1.9'
-    'findit'                    : '>= 0.1.2'
+    'coco'                      : '== 0.7.0'
+    'request'                   : '== 2.9.x'
+    'underscore'                : '== 1.3.x'
+    'underscore.string'         : '== 2.1.1'
+    'seq'                       : '== 0.3.5'
+    'hashish'                   : '== 0.0.4'
+    'js-yaml'                   : '== 0.3.6'
+    'minimatch'                 : '== 0.2.5'
+    'glob'                      : '== 3.1.9'
+    'findit'                    : '== 0.1.2'
     'remove'                    : '>= 0.1.1'
-    'mime'                      : '>= 1.2.5'
-    'express'                   : '>= 2.5.9'
-    'express-resource'          : '>= 0.2.4'
+    'mime'                      : '== 1.2.5'
+    'express'                   : '== 2.5.9'
+    'express-resource'          : '== 0.2.4'
     'connect-compiler'          : 'https://github.com/dsc/connect-compiler/tarball/master'
     'connect-compiler-extras'   : 'https://github.com/dsc/connect-compiler-extras/tarball/master'
-    'jade'                      : '>= 0.22.1'
-    'stylus'                    : '>= 0.25.0'
-    'nib'                       : '>= 0.4.0'
-    'browserify'                : '>= 1.9.4'
-    'backbone'                  : '>= 0.9.1'
-    'd3'                        : '>= 2.9.2'
+    'jade'                      : '== 0.22.1'
+    'stylus'                    : '== 0.25.0'
+    'nib'                       : '== 0.4.0'
+    'browserify'                : '== 1.9.4'
+    'backbone'                  : '== 0.9.1'
+    'd3'                        : '== 2.9.x'
     
 devDependencies                 : 
     'buildtools'                : 'https://github.com/dsc/node-buildtools/tarball/master'
-    'expresso'                  : '>= 0.9.2'
-    'uglify-js'                 : '>= 1.2.6'
+    'expresso'                  : '== 0.9.2'
+    'uglify-js'                 : '== 1.2.6'
 
 scripts                         : test:'expresso'
 repository                      : type:'git', url:'git://less.ly/kraken-ui.git'
index 5009511..3f9d2f1 100644 (file)
   ],
   "author": "David Schoonover <dsc@less.ly> (http://less.ly)",
   "dependencies": {
-    "coco": ">= 0.7.0",
-    "request": ">= 2.9.0",
-    "underscore": ">= 1.3.3",
-    "underscore.string": ">= 2.1.1",
-    "seq": ">= 0.3.5",
-    "hashish": ">= 0.0.4",
-    "js-yaml": ">= 0.3.5",
-    "minimatch": ">= 0.2.5",
-    "glob": ">= 3.1.9",
-    "findit": ">= 0.1.2",
+    "coco": "== 0.7.0",
+    "request": "== 2.9.x",
+    "underscore": "== 1.3.x",
+    "underscore.string": "== 2.1.1",
+    "seq": "== 0.3.5",
+    "hashish": "== 0.0.4",
+    "js-yaml": "== 0.3.6",
+    "minimatch": "== 0.2.5",
+    "glob": "== 3.1.9",
+    "findit": "== 0.1.2",
     "remove": ">= 0.1.1",
-    "mime": ">= 1.2.5",
-    "express": ">= 2.5.9",
-    "express-resource": ">= 0.2.4",
+    "mime": "== 1.2.5",
+    "express": "== 2.5.9",
+    "express-resource": "== 0.2.4",
     "connect-compiler": "https://github.com/dsc/connect-compiler/tarball/master",
     "connect-compiler-extras": "https://github.com/dsc/connect-compiler-extras/tarball/master",
-    "jade": ">= 0.22.1",
-    "stylus": ">= 0.25.0",
-    "nib": ">= 0.4.0",
-    "browserify": ">= 1.9.4",
-    "backbone": ">= 0.9.1",
-    "d3": ">= 2.9.2"
+    "jade": "== 0.22.1",
+    "stylus": "== 0.25.0",
+    "nib": "== 0.4.0",
+    "browserify": "== 1.9.4",
+    "backbone": "== 0.9.1",
+    "d3": "== 2.9.x"
   },
   "devDependencies": {
     "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",
-    "expresso": ">= 0.9.2",
-    "uglify-js": ">= 1.2.6"
+    "expresso": "== 0.9.2",
+    "uglify-js": "== 1.2.6"
   },
   "scripts": {
     "test": "expresso"