alert-sound-notify
Advanced tools
Comparing version
;(function(process){ require.m = { 0:[function(require,module,exports){ window.playAlert = require('./'); | ||
},{"./":1}],1:[function(require,module,exports){ var play = require('play-audio-notify'), | ||
content = require('./content'), | ||
playing = play().autoplay(); | ||
playing = play(content['bottle']).autoplay(); | ||
@@ -6,0 +6,0 @@ module.exports = playAlert; |
var play = require('play-audio-notify'), | ||
content = require('./content'), | ||
playing = play().autoplay(); | ||
playing = play(content['bottle']).autoplay(); | ||
@@ -5,0 +5,0 @@ module.exports = playAlert; |
{ | ||
"name": "alert-sound-notify", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Play Sound Alerts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10582
0.32%