Skip to content

Commit

Permalink
Updating the package file
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Jun 2, 2023
1 parent d3e57c2 commit 3acf5fa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
"version": "0.6.5-pre",
"description": "A D3-based renderer for Dagre",
"author": "Chris Pettitt <chris@samsarin.com>",
"license": "MIT"
"main": "index.js",
"scripts": {
"lint": "make lint",
"test": "make test"
},
"files": [
"index.js",
"index.d.ts",
"dist/",
"lib/"
],
"engines": {
"node": ">17.0.0"
},
"types": "index.d.ts",
"keywords": [
"graph",
"dagre",
Expand Down Expand Up @@ -46,5 +62,4 @@
"type": "git",
"url": "https://github.com/dagrejs/dagre-d3.git"
},
"license": "MIT"
}

0 comments on commit 3acf5fa

Please sign in to comment.