Skip to content

Commit

Permalink
Docile bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsteadman committed Jul 26, 2019
1 parent a0308df commit ef7b400
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ webpack.config.node.js
docs/
PULL_REQUEST_TEMPLATE
.eslintrc.js
tests/
2 changes: 1 addition & 1 deletion dist/affiliate.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "affiliate",
"version": "3.0.1",
"version": "3.0.2",
"description": "A platform agnostic tool to quickly add affiliate links onto your website",
"main": "dist/affiliate.node.js",
"repository": "https://github.com/teamtofu/affiliate.git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"preuninstall": "node config/hello.js || exit 0"
},
"dependencies": {
"docile": "^1.1.3 >=1.1.3",
"docile": "^1.1.4",
"url-parse": "^1.4.7"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2092,10 +2092,10 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"

"docile@^1.1.3 >=1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/docile/-/docile-1.1.3.tgz#368dad497b4ede10d3bc4d89886fbe1a3d7c255c"
integrity sha512-w46hE8Y2OTH8VUHIrLTWtOxD7mQKKuW1/RINXMyXq+asxIX/klBMsDrlDQS13B3cLrQqzIMlFiXERwqo9nLHOg==
docile@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/docile/-/docile-1.1.4.tgz#71beee0ed923c242d4c1aff07152818896152256"
integrity sha512-TXVhUp+1Rtu4rR61TdtkPKKFXw1mo13FnpREXLO/WjhSzfc3uv/PqJ+fUXekkxC9TNtHR68I/SgrUCwDvwtGig==

doctrine@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit ef7b400

Please sign in to comment.