Skip to content

Commit 2af389d

Browse files
authored
Merge pull request #33 from datavis-tech/fix-ts-release
Fix ts release
2 parents 8faa946 + 922e729 commit 2af389d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A graph data structure with topological sort.",
55
"main": "index.js",
66
"files": [
7-
"graph-data-structure.js"
7+
"graph-data-structure.js",
8+
"index.d.ts"
89
],
910
"scripts": {
1011
"build": "tsc",
@@ -29,7 +30,7 @@
2930
},
3031
"homepage": "https://github.com/datavis-tech/graph-data-structure#readme",
3132
"devDependencies": {
32-
"@types/node": "^13.9.5",
33+
"@types/node": "^13.11.0",
3334
"browserify": "^16.5.1",
3435
"graph-diagrams": "^0.5.0",
3536
"mocha": "^7.1.1",

0 commit comments

Comments
 (0)