Skip to content

Commit 48d1ca6

Browse files
committed
3.0.0
1 parent df44aab commit 48d1ca6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "window-function",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "Window functions for signal processing and spectral analysis",
66
"exports": {
@@ -42,7 +42,13 @@
4242
"./util": "./util.js"
4343
},
4444
"types": "./index.d.ts",
45-
"typesVersions": { "*": { "*": ["./index.d.ts"] } },
45+
"typesVersions": {
46+
"*": {
47+
"*": [
48+
"./index.d.ts"
49+
]
50+
}
51+
},
4652
"scripts": {
4753
"test": "node --test test.js"
4854
},

0 commit comments

Comments
 (0)