Skip to content

Commit

Permalink
Update the array helper package.
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterWigboldus committed Oct 8, 2018
1 parent 290cbef commit acc8d22
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.2.4 - 2018-10-08
=====

* Update the array helper package.

0.2.3 - 2018-10-06
=====

* Fix Travis CI.

0.2.2 - 2018-10-04
=====

Expand Down
2 changes: 1 addition & 1 deletion js/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Converter {
this.promise = false;
this.resolve = null;
this.reject = null;
this.version = '0.2.3';
this.version = '0.2.4';
}

/**
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppt-png",
"version": "0.2.3",
"version": "0.2.4",
"description": "Convert ppt to image (png,jpg)",
"files": [
"js/convert.js"
Expand Down Expand Up @@ -42,7 +42,7 @@
"mocha-lcov-reporter": "^1.3.0"
},
"dependencies": {
"array-helpers": "^1.0.1",
"array-helpers": "^1.0.4",
"glob": "^7.1.3",
"jimp": "^0.5.3",
"pdf2image": "^1.2.3"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ argparse@^1.0.7:
dependencies:
sprintf-js "~1.0.2"

array-helpers@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/array-helpers/-/array-helpers-1.0.1.tgz#87c044a3c22ff95d963ae2f2e4cffe7b3bd13524"
array-helpers@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/array-helpers/-/array-helpers-1.0.4.tgz#ea1be33c9aefbdeccb1e3011b9b0870dbde05c62"

array-union@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit acc8d22

Please sign in to comment.