Skip to content

Commit

Permalink
Updated dependancies and fixed Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
riklewis committed Apr 6, 2020
1 parent a825862 commit a8fa48f
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 710 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ sudo: false
language: node_js
node_js:
- "node"
- "6"
after_script:
- nyc report --reporter=text-lcov | coveralls
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var PluginError = util.PluginError;
var options = {};
var cacheArray = [];
var algorithms = ["sha256","sha384","sha512"];
var version = "1.2.2"; /* must match package.json file */
var version = "1.3.2"; /* must match package.json file */

function gulpSriPhp(opts) {
options = opts;
Expand Down
Loading

0 comments on commit a8fa48f

Please sign in to comment.