New PortAudio build, refined linking config, updated README.md
This commit is contained in:
parent
351cbb2ef3
commit
50c59a0084
5 changed files with 39 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@crimata/nodeaudio",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"description": "NodeJS bindings for PortAudio",
|
||||
"main": "./index.js",
|
||||
"dependencies": {
|
||||
|
|
@ -10,8 +10,5 @@
|
|||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"gypfile": true,
|
||||
"publishConfig": {
|
||||
"registry": "https://gitlab.com/api/v4/projects/28849281/packages/npm/"
|
||||
}
|
||||
"gypfile": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue