mirror of
https://github.com/wahyd4/play-sound.git
synced 2026-08-09 04:46:23 +10:00
1.1.1
This commit is contained in:
+4
-2
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "play-sound",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Play audio files by shelling out to available audio tool.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "export PATH=$PATH:./shims && node_modules/.bin/mocha tests.js"
|
||||
},
|
||||
"files": ["index.js"],
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/shime/play-sound.git"
|
||||
|
||||
Reference in New Issue
Block a user