This commit is contained in:
Hrvoje Šimić
2016-10-22 22:19:10 +02:00
parent 65108ab5f6
commit 51b9bc900c
+4 -2
View File
@@ -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"