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