(dist doc) version bump and README update
This commit is contained in:
parent
87b428bf2f
commit
27926b4da5
@ -11,9 +11,7 @@ as well as on the server, with node.js.
|
||||
where do I get it?
|
||||
------------------
|
||||
|
||||
Go to the Downloads section, and get the latest version:
|
||||
|
||||
<http://github.com/cloudhead/less.js/downloads>
|
||||
The latest builds are in the `dist/` folder.
|
||||
|
||||
synopsis
|
||||
--------
|
||||
|
@ -5,7 +5,7 @@ var path = require('path'),
|
||||
require.paths.unshift(path.join(__dirname, '..'));
|
||||
|
||||
var less = {
|
||||
version: [1, 0, 20],
|
||||
version: [1, 0, 21],
|
||||
Parser: require('less/parser').Parser,
|
||||
importer: require('less/parser').importer,
|
||||
tree: require('less/tree'),
|
||||
|
@ -5,7 +5,7 @@
|
||||
"keywords" : ["css", "parser", "lesscss", "browser"],
|
||||
"author" : "Alexis Sellier <self@cloudhead.net>",
|
||||
"contributors" : [],
|
||||
"version" : "1.0.20",
|
||||
"version" : "1.0.21",
|
||||
"bin" : { "lessc": "./bin/lessc" },
|
||||
"main" : "./lib/less/index",
|
||||
"directories" : { "lib": "./lib/less", "test": "./test" },
|
||||
|
Loading…
Reference in New Issue
Block a user