[Pkg-javascript-commits] [node-leveldown] 25/492: minor touchups and 0.0.0 release to npm

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


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

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 37a840f6e1c463d084e96ecc14a0536ac6149c0a
Author: Rod Vagg <rod at vagg.org>
Date:   Fri Aug 17 22:38:40 2012 +1000

    minor touchups and 0.0.0 release to npm
---
 .npmignore     | 2 ++
 README.md      | 1 +
 lib/creator.js | 4 ++++
 package.json   | 3 +--
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..a4f4d64
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,2 @@
+*.tar.gz
+build/
\ No newline at end of file
diff --git a/README.md b/README.md
index cbf2d26..c8c030d 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ TODO
 * ReadStream optional 'start' key
 * ReadStream optional 'end' key
 * Filter streams, e.g.: KeyReadStream, ValueReadStream
+* *Windows support, maybe*
 
 Licence & Copyright
 -------------------
diff --git a/lib/creator.js b/lib/creator.js
index 0cc219c..278b812 100644
--- a/lib/creator.js
+++ b/lib/creator.js
@@ -1,3 +1,7 @@
+/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+
+// I probably wouldn't recommend reusing this at this stage, it's more of an experiment; we'll see.
+
 function defineReadOnlyProperty (obj, key, value) {
   Object.defineProperty(obj, key, {
       value        : value
diff --git a/package.json b/package.json
index fd15200..ff428ad 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-    "name"            : "node-levelup"
+    "name"            : "levelup"
   , "version"         : "0.0.0"
   , "main"            : "lib/levelup.js"
   , "dependencies"    : {
@@ -22,5 +22,4 @@
   }
   , "license"         : "MIT"
   , "gypfile"         : true
-  , "private"         : true
 }

-- 
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