From 25de7e7d90053455a8f10f519a4de1a27721ef85 Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Fri, 24 Jan 2014 13:45:19 -0500 Subject: [PATCH] Unignore /rework.js so it's in the npm package When using rework both on server and client for an app, it would be great to only have to install the npm package and serve the browser version of `rework.js` from `node_modules/rework/` --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 05eeba6..4f6f838 100644 --- a/.npmignore +++ b/.npmignore @@ -2,5 +2,4 @@ components support test examples -/rework.js *.sock