Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
htilly authored Sep 2, 2024
1 parent 5f24958 commit 2b5ec40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Zen sonos project",
"main": "index.js",
"scripts": {
"pretest": "if [ ! -f 'config/config.json' ]; then cp 'config/config.json.example' 'config/config.json'; fi"
"pretest": "if [ ! -f 'config/config.json' ]; then cp 'config/config.json.example' 'config/config.json'; fi",
"test": "mocha --reporter spec"
},
"keywords": [
"sonos",
Expand All @@ -16,6 +17,9 @@
"type:": "git",
"url": "[email protected]:htilly/zenmusic.git"
},
"devDependencies": {
"mocha": "^10.7.3"
},
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 2b5ec40

Please sign in to comment.