[Pkg-javascript-commits] [node-iscroll] 01/04: Fix finding iscroll module from nodejs
Balint Reczey
rbalint at moszumanska.debian.org
Fri May 16 14:36:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
rbalint pushed a commit to branch master
in repository node-iscroll.
commit 213295f63852acf81e2ee959a5e9e677f06e0ae3
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Fri May 16 15:04:39 2014 +0200
Fix finding iscroll module from nodejs
It can't be loaded to nodejs however, since iScroll needs to be run
in a browser window. It can be used from Browserify.
Closes: #747654
---
debian/control | 2 +-
debian/node-iscroll.links | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 94c2fa5..3194f82 100644
--- a/debian/control
+++ b/debian/control
@@ -47,4 +47,4 @@ Description: High performance, small footprint JavaScript scroller
projects and manages to do that in just 4kb. Give it a broom and it
will also clean up your office.
.
- This package contains the NodeJS module.
+ This package contains the NodeJS module which can be used from Browserify.
diff --git a/debian/node-iscroll.links b/debian/node-iscroll.links
new file mode 100644
index 0000000..45ee33d
--- /dev/null
+++ b/debian/node-iscroll.links
@@ -0,0 +1 @@
+usr/lib/nodejs/iscroll/iscroll.js usr/lib/nodejs/iscroll/index.js
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iscroll.git
More information about the Pkg-javascript-commits
mailing list