Skip to content

Commit 76fa30f

Browse files
committed
v0.13.1
1 parent 3c8ccd9 commit 76fa30f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data-extraction/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hediet/debug-visualizer-data-extraction",
33
"description": "A library that helps implementing data extractors for the Debug Visualizer VS Code extension.",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"author": {
@@ -29,17 +29,17 @@
2929
"dependencies": {},
3030
"devDependencies": {
3131
"@types/mocha": "^7.0.2",
32+
"@types/node": "^13.7.4",
33+
"@types/plotly.js": "1.44.28",
3234
"coveralls": "^3.0.11",
3335
"mocha": "^7.1.1",
3436
"mocha-lcov-reporter": "^1.3.0",
3537
"nyc": "^15.0.0",
3638
"source-map-support": "^0.5.16",
37-
"typescript": "^3.8.2",
38-
"@types/plotly.js": "1.44.28",
39-
"@types/node": "^13.7.4",
39+
"ts-loader": "^6.2.1",
4040
"tslint": "^6.0.0",
41+
"typescript": "^3.8.2",
4142
"webpack": "^4.41.6",
42-
"webpack-cli": "^3.3.11",
43-
"ts-loader": "^6.2.1"
43+
"webpack-cli": "^3.3.11"
4444
}
4545
}

0 commit comments

Comments
 (0)