From 2f8fecb15714917866d8fff58f40a86ca73d203e Mon Sep 17 00:00:00 2001 From: Seth Kinast Date: Wed, 27 May 2015 14:35:09 -0700 Subject: [PATCH] Distribute the browserified module as part of the NPM package Closes #309 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6dcd28f..d593a63 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "The high-level streams library", "main": "lib/index.js", "files": [ + "dist", "lib" ], "homepage": "http://highlandjs.org/",