New PortAudio build, refined linking config, updated README.md

This commit is contained in:
Andrew Gundersen 2022-03-10 07:20:38 -06:00
commit 50c59a0084
5 changed files with 39 additions and 15 deletions

View file

@ -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
}