Skip to content

Commit

Permalink
Files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Mar 9, 2018
1 parent 7423b14 commit d77dfde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d77dfde

Please sign in to comment.