Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Sep 7, 2019
1 parent 8c2544c commit 7403cf4
Show file tree
Hide file tree
Showing 2 changed files with 1,507 additions and 789 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ac3.js",
"description": "JavaScript AC-3 (ATSC A/52) decoder",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"contributors": [
"Daniel Huisman <daniel@huisman.me> (https://danielhuisman.io)",
Expand Down Expand Up @@ -42,14 +42,14 @@
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.6.0",
"eslint-config-google": "^0.10.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.14.0"
"eslint": "^6.3.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2"
}
}
Loading

0 comments on commit 7403cf4

Please sign in to comment.