Skip to content

Commit d77dfde

Browse files
committed
Files in package.json
1 parent 7423b14 commit d77dfde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.3.0",
44
"description": "A graph data structure with topological sort.",
55
"main": "index.js",
6+
"files": [
7+
"graph-data-structure.js"
8+
],
69
"scripts": {
710
"test": "mocha",
811
"prepublishOnly": "browserify index.js -s GraphDataStructure -o graph-data-structure.js"

0 commit comments

Comments
 (0)