[Pkg-javascript-commits] [node-browser-pack] 18/141: 0.2.0, document row.order
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:23:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browser-pack.
commit f6e5fd855b0adaa571c9056f1a72bcb13b638ce4
Author: James Halliday <mail at substack.net>
Date: Wed Feb 20 01:52:19 2013 -0800
0.2.0, document row.order
---
package.json | 2 +-
readme.markdown | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 277dc27..6f6a2c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-pack",
- "version": "0.1.2",
+ "version": "0.2.0",
"description": "pack node-style source files from a json stream into a browser bundle",
"main": "index.js",
"bin": {
diff --git a/readme.markdown b/readme.markdown
index c46437e..6811d03 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -59,6 +59,9 @@ fallback logic.
If `opts.raw` is given, the writable end of the stream will expect objects to be
written to it instead of expecting a stream of json text it will need to parse.
+Additionally, rows with a truthy `entry` may have an `order` field that
+determines the numeric index to execute the entries in.
+
# install
With [npm](https://npmjs.org), to get the library do:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git
More information about the Pkg-javascript-commits
mailing list