Skip to content

Commit e31a279

Browse files
committed
uPlot.esm.d.ts -> uPlot.d.ts
1 parent 0895041 commit e31a279

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A small, fast chart for time series, lines, areas, ohlc & bars",
55
"main": "./dist/uPlot.cjs.js",
66
"module": "./dist/uPlot.esm.js",
7-
"typings": "./dist/uPlot.esm.d.ts",
7+
"typings": "./dist/uPlot.d.ts",
88
"scripts": {
99
"build": "rollup -c",
1010
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)