File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rnnoise" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Node.js bindings to Xiph's RNNoise denoising C library" ,
5
5
"keywords" : [
6
6
" audio" ,
12
12
" rnn"
13
13
],
14
14
"main" : " lib/index.js" ,
15
- "homepage" : " https://github.com/cedrickchee/rnnoise-nodejs" ,
15
+ "homepage" : " https://github.com/cedrickchee/rnnoise-nodejs#readme " ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
18
"url" : " git+https://github.com/cedrickchee/rnnoise-nodejs.git"
34
34
},
35
35
"files" : [
36
36
" lib/" ,
37
- " native/index.node " ,
37
+ " native/.keep " ,
38
38
" README.md" ,
39
39
" LICENSE"
40
40
],
46
46
"host" : " https://github.com/cedrickchee/rnnoise-nodejs/releases/download/" ,
47
47
"remote_path" : " {version}" ,
48
48
"package_name" : " {node_abi}-{platform}-{arch}.tar.gz" ,
49
- "module_path" : " ./native" ,
49
+ "module_path" : " ./native/ " ,
50
50
"pkg_path" : " ."
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments