Skip to content

Commit 5a9c4ea

Browse files
committed
Update less version dependency
1 parent 5e7621d commit 5a9c4ea

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
@@ -1,6 +1,6 @@
11
{
22
"name": "node-less-endpoint",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Easily serve LESS css assets on express",
55
"main": "index.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"author": "Gilbert <[email protected]>",
1010
"license": "MIT",
1111
"dependencies": {
12-
"less": "^2.6.1"
12+
"less": "2.x"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)