Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Switched to '1.2.x' style for dependencies
Locked less to version 1.2, since 1.3 introduces some breaking changes
  • Loading branch information
MartinodF committed Mar 15, 2012
1 parent fd061f2 commit 8cb08f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "connect-less",
"description": "A simple `less` middleware for Connect",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/MartinodF/connect-less",
"repository": "git://github.com/MartinodF/connect-less.git",
"author": "Martino di Filippo <puntodifuga@gmail.com>",
"main": "./lib/connect-less.js",
"dependencies": {
"async": ">=0.1.12",
"less": ">=1.1.6"
"async": "0.1.x",
"less": "1.1.x | 1.2.x"
},
"engines": {
"node": ">=0.4.0"
Expand Down

0 comments on commit 8cb08f2

Please sign in to comment.