changing sleep to dev dependency

This commit is contained in:
Andrew Gundersen 2022-05-18 06:48:57 -05:00
commit 0dd2712fdf
3 changed files with 35 additions and 47 deletions

View file

@ -4,7 +4,9 @@
"description": "NodeJS bindings for PortAudio",
"main": "./index.js",
"dependencies": {
"bindings": "~1.2.1",
"bindings": "~1.2.1"
},
"devDependencies": {
"sleep": "^6.3.0"
},
"scripts": {