Skip to content

Commit

Permalink
Merge pull request #99 from GoogleChrome/update-lodash-4.17.5
Browse files Browse the repository at this point in the history
Update lodash to 4.17.5
  • Loading branch information
hoch committed Jan 10, 2019
2 parents 82180a2 + df60a21 commit eb67cdc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/omnitone.js

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

2 changes: 1 addition & 1 deletion build/omnitone.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnitone",
"version": "1.2.5",
"version": "1.2.6",
"description": "Spatial Audio Decoder in Web Audio API",
"main": "build/omnitone.js",
"keywords": [
Expand All @@ -20,6 +20,7 @@
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"lodash": ">=4.17.5",
"marked": "^0.5.0",
"mocha": "^5.2.0",
"uglifyjs-webpack-plugin": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
* Omnitone library version
* @type {String}
*/
module.exports = '1.2.5';
module.exports = '1.2.6';

0 comments on commit eb67cdc

Please sign in to comment.