[Pkg-javascript-commits] [less.js] 150/285: rename imports to class name

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit 414df4d4829b391877d32cf9f0a3c67ae8fc8acc
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sun Oct 5 10:53:52 2014 +0100

    rename imports to class name
---
 lib/less/{imports.js => import-manager.js} | 0
 lib/less/index.js                          | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/less/imports.js b/lib/less/import-manager.js
similarity index 100%
rename from lib/less/imports.js
rename to lib/less/import-manager.js
diff --git a/lib/less/index.js b/lib/less/index.js
index e520b2c..b2be18b 100644
--- a/lib/less/index.js
+++ b/lib/less/index.js
@@ -15,7 +15,7 @@ module.exports = function(environment, fileManagers) {
         SourceMapOutput: (SourceMapOutput = require('./source-map-output')(environment)),
         SourceMapBuilder: (SourceMapBuilder = require('./source-map-builder')(SourceMapOutput)),
         ParseTree: (ParseTree = require('./parse-tree')(SourceMapBuilder)),
-        ImportManager: (ImportManager = require('./imports')(environment)),
+        ImportManager: (ImportManager = require('./import-manager')(environment)),
         render: require("./render")(environment, ParseTree, ImportManager),
         LessError: require('./less-error'),
         transformTree: require('./transform-tree'),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list