Skip to content

Commit

Permalink
chore(release): Release MediaRecorder version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: First version implementing MediaRecorder API
  • Loading branch information
Elias Meire committed Jan 26, 2019
1 parent 751c51d commit 0e819ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "mp3-mediarecorder",
"version": "0.0.1",
"version": "1.0.0",
"description": "MediaRecorder ponyfill that records audio as mp3",
"main": "dist/mp3-mediarecorder.umd.js",
"module": "dist/mp3-mediarecorder.esm.js",
"typings": "dist/types/recorder.d.ts",
"types": "dist/types/recorder.d.ts",
"files": ["dist", "package.json", "package-lock.json", "README.md", "LICENSE"],
"files": [
"dist",
"package.json",
"package-lock.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest",
"format": "npm run format:write",
Expand Down

0 comments on commit 0e819ff

Please sign in to comment.