[Pkg-javascript-commits] [less.js] 278/285: remove un-necessary index
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:24:02 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 dd413a039a8a204c081f984248557ba192190b4b
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Nov 9 08:50:32 2014 +0000
remove un-necessary index
---
browser.js | 2 +-
index.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser.js b/browser.js
index 97bc191..d217064 100644
--- a/browser.js
+++ b/browser.js
@@ -1 +1 @@
-module.exports = require('./lib/less-browser/index');
+module.exports = require('./lib/less-browser');
diff --git a/index.js b/index.js
index fcc8aac..6bcc620 100644
--- a/index.js
+++ b/index.js
@@ -1 +1 @@
-module.exports = require('./lib/less-node/index');
+module.exports = require('./lib/less-node');
--
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