From d77dfdeab6d491719776daa69e8817c349a06499 Mon Sep 17 00:00:00 2001 From: Curran Date: Fri, 9 Mar 2018 19:43:56 +0530 Subject: [PATCH] Files in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 515e2c1..a4d982f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.3.0", "description": "A graph data structure with topological sort.", "main": "index.js", + "files": [ + "graph-data-structure.js" + ], "scripts": { "test": "mocha", "prepublishOnly": "browserify index.js -s GraphDataStructure -o graph-data-structure.js"