Skip to content

Commit

Permalink
Change xmldom dependency from master to release tag (#66)
Browse files Browse the repository at this point in the history
* Updated the xmldom dependency to use a tag instead of pointing at master.

* 3.3.3

* Updating the Node4 version for the Travis CI job
  • Loading branch information
Mike Lee authored and ziluvatar committed Feb 21, 2018
1 parent 1750275 commit 170522d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 4.4.7
- 4.8.5
- 6.9.2
before_install:
- npm i -g npm@latest
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samlp",
"version": "3.3.2",
"version": "3.3.3",
"description": "SAML Protocol server middleware",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"saml": "^0.12.1",
"thumbprint": "0.0.1",
"xml-crypto": "^0.10.1",
"xmldom": "https://github.com/auth0/xmldom/tarball/master",
"xmldom": "auth0/xmldom#v0.1.19-auth0_1",
"xpath": "0.0.5",
"xtend": "^1.0.3"
},
Expand Down

0 comments on commit 170522d

Please sign in to comment.