changing sleep to dev dependency
This commit is contained in:
parent
701c7c0864
commit
0dd2712fdf
3 changed files with 35 additions and 47 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue