We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7423b14 commit d77dfdeCopy full SHA for d77dfde
1 file changed
package.json
@@ -3,6 +3,9 @@
3
"version": "1.3.0",
4
"description": "A graph data structure with topological sort.",
5
"main": "index.js",
6
+ "files": [
7
+ "graph-data-structure.js"
8
+ ],
9
"scripts": {
10
"test": "mocha",
11
"prepublishOnly": "browserify index.js -s GraphDataStructure -o graph-data-structure.js"
0 commit comments