mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-11 19:04:28 +00:00
Update version to 3.0.0
- use MP3 instead of WAV - new callbacks & properties - refactoring
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
{
|
||||
"name": "vue-audio-recorder",
|
||||
"description": "Audio recorder for Vue.js. It allows to create, play, download and store records on a server",
|
||||
"version": "2.2.0",
|
||||
"version": "3.0.0",
|
||||
"author": "Gennady Grishkovtsov <grishkovelli@gmail.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --env.NODE_ENV=development --mode development --open --hot --https",
|
||||
"build": "webpack --env.NODE_ENV=production --mode production --progress --hide-modules"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"lamejs": "^1.2.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
|
||||
Reference in New Issue
Block a user