Skip to content

Commit cbdb7ee

Browse files
committed
2.1.0
1 parent 5cfef75 commit cbdb7ee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fourier-transform",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Minimalistic and efficient FFT implementation",
55
"type": "module",
66
"exports": "./index.js",
@@ -12,7 +12,9 @@
1212
"type": "git",
1313
"url": "git+https://github.com/scijs/fourier-transform.git"
1414
},
15-
"files": ["index.js"],
15+
"files": [
16+
"index.js"
17+
],
1618
"keywords": [
1719
"fourier",
1820
"dsp",

0 commit comments

Comments
 (0)