We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfef75 commit cbdb7eeCopy full SHA for cbdb7ee
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fourier-transform",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "Minimalistic and efficient FFT implementation",
5
"type": "module",
6
"exports": "./index.js",
@@ -12,7 +12,9 @@
12
"type": "git",
13
"url": "git+https://github.com/scijs/fourier-transform.git"
14
},
15
- "files": ["index.js"],
+ "files": [
16
+ "index.js"
17
+ ],
18
"keywords": [
19
"fourier",
20
"dsp",
0 commit comments