[Pkg-javascript-commits] [node-leveldown] 01/04: added DNT config, pulled in node-gyp as devdep

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:15:20 UTC 2014


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

andrewrk-guest pushed a commit to annotated tag v0.10.2
in repository node-leveldown.

commit d13aa3f4593965af702467cf8589a8ec7eae2766
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Nov 25 16:23:24 2013 +1100

    added DNT config, pulled in node-gyp as devdep
---
 .dntrc       | 19 +++++++++++++++++++
 package.json |  3 ++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/.dntrc b/.dntrc
new file mode 100644
index 0000000..2389126
--- /dev/null
+++ b/.dntrc
@@ -0,0 +1,19 @@
+## DNT config file
+## see https://github.com/rvagg/dnt
+
+NODE_VERSIONS="\
+  master   \
+  v0.11.9  \
+  v0.11.8  \
+  v0.10.22 \
+  v0.10.21 \
+  v0.8.26  \
+"
+OUTPUT_PREFIX="leveldown-"
+TEST_CMD="\
+  cd /dnt/ &&                                                    \
+  npm install &&                                                 \
+  node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild && \
+  node_modules/.bin/tap test/*-test.js;                          \
+"
+
diff --git a/package.json b/package.json
index 4dbe2d0..0658866 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,8 @@
     "readfiletree": "~0.0.0",
     "abstract-leveldown": "~0.11.1",
     "monotonic-timestamp": "~0.0.8",
-    "du": "~0.0.1"
+    "du": "~0.0.1",
+    "node-gyp": "~0.12.1"
   },
   "scripts": {
     "test": "tap test/*-test.js --stderr"

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



More information about the Pkg-javascript-commits mailing list