From 0a09672f2974c2f405781c63bc0b06b5f930bc6e Mon Sep 17 00:00:00 2001 From: Stephen James Date: Mon, 1 Jun 2015 14:48:03 -0400 Subject: [PATCH] Make the library publishable to NPM registries This does not make it compatible with commonJS, yet though. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89351eec7..cb58086b4 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "url": "https://github.com/ExactTarget/fuelux/blob/master/LICENSE" }, "name": "fuelux", - "private": true, + "private": false, "repository": { "type": "git", "url": "git://github.com/ExactTarget/fuelux.git"