Skip to content

Commit

Permalink
Merge pull request #100 from Cox-Automotive/fix-dep-issue
Browse files Browse the repository at this point in the history
adds explicit dependency on `encoding` (needed by node-fetch)
  • Loading branch information
americk0 authored May 25, 2021
2 parents 019a210 + 9b7736a commit eb5cbdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/alks.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alks.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
node: ">=8.0.0"
};
var dependencies = {
encoding: "^0.1.13",
"node-fetch": "^2.6.1"
};
var devDependencies = {
Expand All @@ -342,7 +343,6 @@
chai: "^4.3.4",
"chai-as-promised": "^7.1.1",
coveralls: "^3.0.3",
encoding: "^0.1.13",
eslint: "^7.25.0",
"eslint-plugin-jsdoc": "^4.1.1",
"fetch-mock": "^7.3.1",
Expand Down
11 changes: 4 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"node": ">=8.0.0"
},
"dependencies": {
"encoding": "^0.1.13",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand All @@ -55,7 +56,6 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.3",
"encoding": "^0.1.13",
"eslint": "^7.25.0",
"eslint-plugin-jsdoc": "^4.1.1",
"fetch-mock": "^7.3.1",
Expand Down

0 comments on commit eb5cbdb

Please sign in to comment.